a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	color: #CC9900;
	text-decoration: none;
}

body {
		margin-top:0;
		margin-left:0;
		margin-right:0;
		margin-bottom:0;
	}
	
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.navtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #006699;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 0px 2px 5px 2px;
}

.navtext a:visited, .navtext a:link, .navtext a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #006699;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 0px 2px 5px 2px;
}

.navtext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 0px 2px 5px 2px;
}


.stdtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: normal;
	text-decoration: none;
}

h1, h1 a:visited, h1 a:link, h1 a:hover, h1 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

h2, h2 a:visited, h2 a:link, h2 a:hover, h2 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.h2Highlighting {
	background-color: #FFCC00;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}


h3 a:visited, h3 a:link, h3 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0066FF;
	text-decoration: none;
}
 h3 a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.anylinkcss{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	position:absolute;
	visibility: hidden;
	border:1px solid #000000;  /* Border of box that contains sub-links  */
	border-bottom-width: 0px;
	line-height: 18px;
	z-index: 100;
	background-color: #FFCC00;  /* Background color of box that contains sub-links  */
	text-align:left;
}

.anylinkcss a:link, .anylinkcss a:visited, .anylinkcss a:active {
	display: block;
	border-bottom: 1px solid #000000;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	color: #006699;   /* Text color of sub-box that contains sub-links when not HOVER  */
	border-top: 1px solid #FFCC00;
	background-color: #FFCC00;
	text-align:left;
}

.anylinkcss a:hover{
	background-color: #FFCC00;  /* Background color of sub-box that contains sub-links when HOVER  */
	color: #000000;
	text-decoration: none;
	text-align:left;
	font-weight: bold;
}




/* This is really for Firefox users to make the forms look better*/
input.text, textarea, select, checkbox{
    border-top:2px solid #7c7c7c;
    border-left:2px solid #7c7c7c;
    border-right:2px solid #c3c3c3;
    border-bottom:2px solid #c3c3c3;

}
