/* CSS Document */

A:link {
	font-family:		Arial;
	font-size:			12pt;
	font-weight:		normal;
	color:				blue;
	text-decoration:	none;
}
A:visited {
	font-family:		Arial;
	font-size:			12pt;
	font-weight:		normal;
	color:				green;
	text-decoration:	none;
}
A:active {
	font-family:		Arial;
	font-size:			12pt;
	font-weight:		normal;
	color:				black;
	text-decoration:	none;
}
A:hover {
	font-family:		Arial;
	font-size:			12pt;
	font-weight:		bold;
	color:				Red;
	text-decoration:	none;
}
body {
	background-image:	none;
	background-color:	#f53739
}
BODY, DIV, SPAN, P, TABLE, TR, TH, TD, A, OL, LI, UL, LI, H1, H2, H3 {
	font-family:		Arial;
}
BODY, DIV, SPAN, P, TABLE, TR, TD, A, OL, LI, UL, LI {
	font-size:			12pt;
	color:				#000000;
}
.e120 {
	font-size: 1.2em;
}
.e100 {
	font-size: 1em;
}
.e90 {
	font-size: .9em;
}
.e85{
	font-size: .85em;
}
.e80{
	font-size: .8em;
}
.e70{
	font-size: .7em;
}