BODY {
	color : #398198;
	background-image : url(images/tile_bg.jpg);
	background-repeat : repeat-x;
	font-family :  Arial, Helvetica, sans-serif;
	margin : 0px 0px 0px 0px; 
	font-size : 10pt;
}
TABLE.main {
	width : 826px;
}
TABLE.content {
	background-color: White;
}
A {
	color : #0000CD;
	text-decoration : none;
	font-size: 10pt;
}
A:HOVER {
	color : Green;
	text-decoration : underline;
	font-size: 10pt;
}
TD.shadowleft {
	background-image : url(images/shadow_left.png);
	background-repeat : repeat-y;
}
TD.shadowright {
	background-image : url(images/shadow_right.png);
	background-repeat : repeat-y;
}
.hometext {
	color: Black;
	font-size: 12pt;
	font-weight: Bold;
}
.displaytextorange2 {
	color : #ce5000;
	font-size : 16pt;
	font-weight : Bold;
}
.largertext {
	font-size: 12pt;
	font-weight: Bold;
}