

BODY {
	font-family : arial,  sans-serif;
		font-size : 12px;
}


TD {
	font-family : arial,  sans-serif;
		font-size : 12px;
}

P {
	font-family : arial,  sans-serif;
		font-size : 12px;
}

.BIGHEADER {
	font-family: arial,  sans-serif; 
	font-weight: bold;
	color: #0C6EE3;
	font-style: bold;
	font-size : 15px;
}

.HEADER {
	font-family: arial,  sans-serif; 
	font-weight: bold;
	color: #0C6EE3;
	font-style: bold;
	font-size : 13px;
}

.FOOTER {
	font-family: arial,  sans-serif; 
	color: #0C6EE3;
	font-size : 9px;
}

.white {
	font-family: arial; 
	color: white;
	font-size : 10px;
}

a:link {
		color : #0066FF;
		text-decoration : underline;
	}
	a:hover {
		color : #0099FF;
		text-decoration : underline;

	}
	a:active {
		color : #0066FF;
		text-decoration : underline;
	}
	a:visited {
		color : #999999;
		text-decoration : underline;
	}




