/* Global Styles */

body {
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: top;
	background-color: #514A73;
	font: 11px 
	color:#99CCFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	
}

bullet {
	
}
	
td {
	font: 11px 
	color:#99CCFF;
	font-family: Abadi, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #FFFFFF;
	text-decoration:underline;
	}
	
a:hover {
	color: ButtonFace;
	text-decoration:underline;
	}
	

	

	
