@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin-left: 50px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
}
a {
	color: #2B4882;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #31559F;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #2B4882;
	font-weight: bold;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {
	color: #DDE4F4;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
.style4 {
	color: #1E3C79;
	font-weight: bold;
	padding: 5px;
}
.style3 {
	color: #FFFFFF;
	padding: 5px;
}
.menuRow { background-color: #DDE4F4; }
.menuRowOver { background-color: #1E3C79; } 