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


body {
	background-color:2b3c4f;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16p
	x;
	color: #FFFFFF;
}

a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FF0000;
}


