/* CSS Document */
BODY {
	font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-color:#9B9BB0;
	color:#444466;
	background-image:url('.gif');	
	margin: 10px 50px
	}

TABLE {
	font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	
	color:#444466;
	}

H2 {
	font-family:Trebuchet, Arial, Verdana, Helvetica, sans-serif;
	font-size: 36px;
	font-weight:100;
	font-style: normal;
	color:#444466;
	text-indent:0%;
	white-space:nowrap;
	line-height:120%;
}

A:link {
	font-size: 12px; font-weight: bold; text-decoration: none; color:#FFCC00;
}
	
A:visited {
	font-size: 12px; font-weight: bold; text-decoration: none; color:#FFCC00;
}

A:active {
	font-size: 12px; font-weight: bold; text-decoration: none; color:#FFCC00;
}

A:hover {
	font-size: 12px; font-weight: bold; text-decoration: none; color:#ff0000;
}