@charset "UTF-8";
/* CSS Document */

html {
	
	width: 100%;
	margin: 0 auto 0 auto;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url("Images/sarnoff_logo.gif");
	background-repeat: no-repeat;
	background-position: top center;
}

body {
	background-color: #FFFFFF;
	width: 1000px;
	margin: 150px auto 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666666;

}

h1 {
	margin: 0 0 25px 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	color: #0072CF;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0072CF;
}


h3 {
	margin: 0;
	padding: 0 0 25px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

a, a:link, a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0072CF;
	font-style: italic;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0072CF;
	font-style: italic;
	text-decoration: underline;
}

i,b {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #0072CF;
	font-style: italic;
	font-weight: normal;
}

p, center {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666666;
}

hr {
	height: 3px;
	color: #999999;
	background-color: #FFFFFF;
	border: none;
	border-bottom: 1px solid #999999;
	margin-bottom: 25px;
}
	
	
