@import "advstyle.css";

body {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
a,
a:Visited {
	color : #000066;
	text-decoration : none;
	font-size: 11px;
	font-weight: bold;
} a:Hover  {
	color : #676767;
	text-decoration : underline;
} a:Active  {
	color : red;
	text-decoration : underline;
}
td, 
p, 
div, 
li {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.b, 
a.b:Visited, 
a.b:Active {
	color: Black;
	font-size:10px;
	padding-left: 2px;
	padding-right: 2px;
} a.b:Hover {
	color: #333333;
}
.button {
	font-size: 11px;
	font-weight: bold;
	text-decoration : none;
	color : #000066;
	width: 150px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #a5a5a5;
	background-color : #fff;
	margin-top: 2px;
	margin-bottom: 2px;
}
.tpad {
	padding-top: 2px;
}
.lpad {
	padding-left: 10px;
}
.bborder {
	border-top: 1px solid Black;
}
.footer {
	color: White;
	padding: 5px;
}
.content {
	padding: 5px;
	vertical-align: top;
}
.sm {
	font-size: 10px;
}
.forminput {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: black;
	background-color: #f0f8ff;
	padding: 1pt;
	margin: 0;
	border : solid black 1px;
}
.pnorm {
	color:black;
	background:#f0f8ff;
	border: solid black 1px;
}		
.pover {
	color:#0066cc;
	background:#f0f8ff;
	border: solid black 1px;
}
#hedNav {
	background-image: url(images/banner-nav.gif);
	background-repeat: no-repeat;
	height: 23px;
	line-height: 18px;
	padding-left: 10px;
}
#hedNav-ext {
	background-image: url(images/banner-nav_EXT.gif);
	background-repeat: repeat-x;
}
#contactInfo {
	padding: 5px 4px 15px 4px;
}
