/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #000033;
	font-family: "Trebuchet MS", Verdana, helvitica;
	font-size: 12px;
	color: #ffffff;	
	}
	
TABLE, TBODY, TFOOT, THEAD, TR	{
	font-family:  "Trebuchet MS", Verdana, helvitica;
	color: #ffffff;
	font-size: 12px;
	text-align: justify;
	width: auto;
	height: auto;
	}
	
h5 { 
font-family:  "Trebuchet MS", Verdana, helvitica;
color: #99ccff;
	}	

h4 { 
font-family:  "Trebuchet MS", Verdana, helvitica;
color: #99ccff;
	}	



a:link { 
	text-decoration: none; 
	color: #99ccff;
	}
a:visited { 
	text-decoration: none; 
	color: #ffffff;
	}
a:hover, a:active { 
	text-decoration: none; 
	border-bottom: 1px dashed #99ccff;
	color: #999999;
	}