a:hover {
	text-decoration: none;
	color: #000;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}

.copy A:link {text-decoration: none; color: #fff;}
.copy A:visited {text-decoration: none; color: #fff;}
.copy A:active {text-decoration: none; color: #fff;}
.copy A:hover {text-decoration: none; color: #cccccc;}

.link A:link {text-decoration: none; color: #003300;}
.link A:visited {text-decoration: none; color: #003300;}
.link A:active {text-decoration: none; color: #003300;}
.link A:hover {text-decoration: none; color: #999999;}

.class1 A:link {text-decoration: underline; color: #0000DD;}
.class1 A:visited {text-decoration: none; color: #0000DD;}
.class1 A:active {text-decoration: underline; color: #0000DD;}
.class1 A:hover {text-decoration: none; color: #fff;}

H1 {
	color: #8D8D8D;
	font-size: 22px;
	font-family:Arial;
	margin-top:0; 
	margin-bottom:0; 
	padding-top:0; 
	padding-bottom:0; 
}

H2 {
	color: #8B2E0E;
	font-size: 11px;
	font-family:Verdana;
	margin-top:0; 
	margin-bottom:0; 
	padding-top:0; 
	padding-bottom:0; 
}

body {
	font-size: 12px;
	font-family:Verdana;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EBEBEB;
	scrollbar-face-color : #CAE4FF;
	scrollbar-highlight-color : #000099;
	scrollbar-3dlight-color : #CAE4FF;
	scrollbar-shadow-color : #000099;
	scrollbar-darkshadow-color : #CAE4FF;
	scrollbar-track-color : #CAE4FF;
	scrollbar-arrow-color : #000099;
}
.contenthead {
	font-family: Century Gothic;
	font-size: 16px;
	color: #000099;
	font-weight: bold;
}

.contenttext {
	font-family: Century Gothic;
	font-size: 13px;
	color: #000099;
}

.yellowtext {
	font-family: Century Gothic;
	font-size: 14px;
	color: #000099;
}

.contenttextbold {
	font-family: Century Gothic;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

.error {
	font-family: Century Gothic;
	font-size: 14px;
	color: #99FF00;
}

.blacktext {
	font-family: Century Gothic;
	font-size: 14px;
	color: #000;
}

.copyright {
	font-family: Century Gothic;
	font-size: 10px;
	color: #fff;
}

.smallblack {
	font-family: Century Gothic;
	font-size: 10px;
	color: #000;
}

.REDerror {
	font-family: Century Gothic;
	font-size: 14px;
	color: #DD0000;
}