/* CSS Document */
body {	text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:13px;
}	
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

h1 {font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
}
.small {font-size: 9px}
.style1 {
	font-size: 12px;
	font-weight: bold;}
.style2 {
	font-family: Arial, Helvetica, sans-serif; }
	
.style3 {font-size: 12px; font-weight: bold; }
.style14 {color: #666666}
.style16 {font-family: Arial, Helvetica, sans-serif; font-size: 22px; }
.style17 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; }
.style9 {font-size: 10px;}
.style5 {font-size: 10;}
.style6 {font-size: 13px;}
.style8 {font-size: 13px; font-style: italic; }

INPUT { background-color: white;
font-size: 7pt;
overflow:invisible
}

/*set header values*/
#header { margin: auto; padding: 0; text-align: center; width: 1000px; background: #14aaa7 }

/*set values for menu*/
#menu {background: #14aaa7; width: 992px; margin: auto; padding: 4px; text-align:left}

/*set values for navleft*/
#navleft	{width: 175px; margin: 5px; background: #E6FFFE; padding: 5px; text-align:center}

/*set values for rightpan*/
#rightpan	{width: 150px; background: #E6FFFE; margin: 5px; padding: 5px; text-align:center}

/*set values for main*/
#main {background: #E6FFFE; width: 1000px; text-align:justify; margin:auto;}

/*set values for footer*/
#footer {background: #14aaa7; width: 992px; margin: auto; padding: 4px; text-align: center; clear:both}
