/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d0d0d0;
	background-image: url('images/body_background.gif');
	background-repeat: repeat;
}
.style2 {color: #FF6600}
.white {color: white;
	font-size:10px;
}
.style3 {font-size: 18px}
.style4 {font-weight: bold}
.style5 {font-weight: bold}
.style6 {font-weight: bold}

a { color: #ffffff}
a:visited { color: #ffffff}
a:hover { color: #ffffff; text-decoration: none}

a.body { color: red; text-decoration: underline}
a.body:visited { color: red; text-decoration: underline}
a.body:hover { color: orange; text-decoration: none}


a.sublink { color: #ffffff; font-size: 11px}
a.sublink:visited { color: #ffffff; font-size: 11px}
a.sublink:hover { color: #ffffff; text-decoration: none; font-size: 11px}

.floatright {
	float:right;
	padding-top:18px;	
	padding-right:18px;	
	padding-bottom:18px;	
	padding-left:48;	
}

.floatleft {
	float:left;
	padding: 8 8 8 8;

}

.homeul {
	font-size:10pt;
	font-weight:bold;;
}