@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #41648A;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
p, td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#footer {
	color: #013162;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#footer a {
	color: #135274;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}




.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
	display: none;
}

h1 {
	font-size: 18px;
	color: #FFFFFF;
}
#footer2 {
	color: #41648A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer2 a {
	color: #5E86B3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#footer2 a:hover {
	text-decoration: underline;
}
.mmenu {
	background-image: url(/images/menubg.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
}
.mmenu a {
	color: #FFCC00;
	font-size: 12px;
	text-decoration: none;
	padding-right: 20px;
}
.mmenu a:hover {
	text-decoration: underline;
}
.content {
	background-image: url(/images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
