/* CSS Document */


/* Standard Fonts in order of Importance
	1. Gadget
`	2. Verdana
	3. Arial
	4. Georgia
	5. Helvetica

 */

body {
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	}
a:link {
	color: #000000;
	text-decoration: underline;
	}
	
a:visited {
	color: #000099;
	text-decoration: underline;
	}
	
a:hover {
	color: #3399FF;
	text-decoration: none;
	}
	
a:active {
	color: #3399FF;
	text-decoration: none;
	}

.nav3 {
	text-align: left;
	font: bold 11px/150% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #333333;
	}

/* Footer */


.standardtexfont10 {
	font: 10px Tahoma, Gadget, Arial, Georgia, Helvetica;
	color: #000000;

}
.standardtexfont {
	font: 12px Gadget, Veranda, Arial, Georgia, Helvetica;
	color: #000000;

}
.standardtexfont24 {
	font: 24px Gadget, Veranda, Arial, Georgia, Helvetica;
	font-weight: bold;
	color: #000000;
	background: #FFFFFF;

}

.footer {
	font: 11px/120% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	padding-top: 5px;
	}

.footerVline {
	color: #FF9900;
	background: #FFFFFF;
}


.nav2 {
	text-align: left;
	vertical-align: middle;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}

.nav2 a:link {
	color: #000000;
	text-decoration: none;
	background: transparent;
	}

.nav2 a:visited {
	color: #000000;
	text-decoration: none;
	background: transparent;
	}

.nav2 a:active {
	color: #707070;
	text-decoration: none;
	background: transparent;
	}

.nav2 a:hover {
	color: #707070;
	text-decoration: none;
	background: transparent;
	}

.style7 {
	color: #000000;
	font-size: 11px;
	font-family: "Times New Roman";
}