BODY {
	font-family: Arial, Helvetica, sans-serif;
}

A {
	color : #0066CC;
}

A:Hover {
	color : #FFCC33;
}

.bodytext {
	color : black;
	font-size : 12px;
}

.bodytextbold {
	color : black;
	font-size : 12px;
	font-weight : bold;
}

.bodytextbluebold {
	color : #0066CC;
	font-size : 12px;
	font-weight : bold;
}

.bodytextwhite {
	color : white;
	font-size : 12px;
}

A.bodytextwhite:VISITED {
	color : yellow;
}

A.bodytextwhite {
	color : yellow;
}

A.bodytextwhite:HOVER {
	color : orange;
}

.credithead {
	color : black;
	font-size : 11px;
	font-weight : bold;
}

.credittext {
	color : #0066CC;
	font-size : 11px;
	font-weight : bold;
}

.credittext2 {
	color : black;
	font-size : 11px;
}


.footertext {
	color : #0066CC;
	font-size : 11px;
	font-weight : bold;
}

.caption {
	color : white;
	font-size : 11px;
}

A.caption:VISITED {
	color : white;
}

A.caption {
	color : white;
}

A.caption:HOVER {
	color : #FFCC33;
}

.pagetitle {
	color : black;
	font-weight : bold;
}

.noprint {
	 display: none;	
}

.printonly {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	color : black;
	font-size : 12px;
}