@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	background-repeat: repeat-x;
	background-color: #160070;	
}

.style1 {color: #CCCCCC}
.style2 {color: #FFFF99}
.nav {
	font: normal 16px/36px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.navhilight {
	color: #FC0;
}
a:hover {
	color: #F90;
}
.gray {
	color: #CCC;
}

