@import url("nav.css");
body, table, input, select, option, textarea, html {

	font-size: 			11px;
	font-family: 		Arial;
	color: 				#000000;
	
}
p, h1, h2, h3, h4, ul, body {
	margin:0;
	border:0;
	padding:0;
 }

ul { 	background-color:	#FFFFFF; }

A:link { text-decoration: none; color: #4A4A4A;}
A:visited { text-decoration: none; color: #4A4A4A;}
A:active {text-decoration:underline; color:#000000;}
A:hover {text-decoration:underline; color:#000000;}

h1 {
	font-size: 			16px;
	color: 				#6D6D6D;

}
h2 {
	font-size: 			14px;
	color: 				#6D6D6D;
}

h3 {
	font-size: 			11px;
	color: 				#6D6D6D;
}

h4 {
	font-size: 			13px;
	color: 				#6D6D6D;
}


input, select, textarea {

	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#626262; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#7F9DB9;
	background-color:	#FFFFFF;

}

a.newnav:link, a.newnav:visited  {

	overflow: hidden;
	margin-bottom: 0px;
	display: block; 
	background-color:#E7E7E7;
    /*background-image: url(images/butbg-off.gif);*/
	background-repeat: no-repeat;
	font-size: 			11px;
	width: 157px;
	*width: 182px;
	height: 16px;
	*height: 19px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 25px;
	padding-top: 3px;
	text-decoration:none; 
    color: #000000;
}

a.newnav:hover, a.newnav:active
{
    background-image: url(images/butbg-on.gif);
	text-decoration:none; 
	color:#4A4A4A;
}
	
	
a.subnav:link, a.subnav:visited, a.subnav:link, a.subnav:visited  {

	overflow: hidden;
	margin-bottom: 0px;
	display: block; 
	background-color:#E7E7E7;
    background-image: url(images/subbutbg-off.gif);
	background-repeat: no-repeat;
	font-size: 			11px;
	width: 147px;
	*width: 182px;
	height: 16px;
	*height: 19px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 35px;
	padding-top: 3px;
	text-decoration:none; 
    color: #000000;
}

a.subnav:hover, a.subnav:active
{
    background-image: url(images/subbutbg-on.gif);
	text-decoration:none; 
	color:#4A4A4A;
}
