/* HTML Defaults and Generics Classes */

* { 
	margin: 0; 
	padding: 0;
}

body { 
	background: #fff; 
	color: #414b56;
	font: 68.75% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
	h1 { 
		font-size: 2.0em; 
	}
	h2 { 
		font-size: 1.5em; 
	}
	h3 { 
		font-size: 1.4em;
	}
	h4 { 
		font-size: 1.3em;
	}
	p { 
		font-size: 1em;
	}
	table { 
		}
		caption { 
			font-size: 1em; 
			text-align: left;
		}
		th { 
			font-size: 1em;
			text-align: left;
			}
			th th {
				font-size: 1em;
			}
		td { 
			padding: 0;
			font-size: 1em;
			}
			td td {
				font-size: 1em;
			}
	ul {
		list-style: none;
		}
		li {
			
			font-size: 1em;
			}
			li li {
			font-size: 1em;
			}
	hr {
		border: 0; 
		height: 1px; 
		background: #999; 
			*color: #999; 
		margin-bottom: 0;
	}
	a, a:link, a:visited {
		color: #252525;
		text-decoration: underline;
	}
		a:hover, a:active {
			color: #aa103f;
		}
	img { 
		border: none;
	}
	form {
		margin: 0;
		padding: 0;
		}
		input, select, textarea {
			font: 1em Arial, Verdana, Tahoma, Helvetica, sans-serif;
		}

	
	
.printDisclaimer {
	display: none;
	font-size: smaller;
}

