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


body {
	background-color: #304c81;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
a:link {
	color: #2B689F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2B689F;
}
a:hover {
	text-decoration: underline;
	color: #DBB82D;
}
a:active {
	text-decoration: none;
	color: #2B689F;
}

