@charset "utf-8";
ul.MenuList {
	list-style-image: none;
}
li {
	float: left;
	list-style-type: none;
	padding: 12px;
	font-weight: bold;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D6087;
	background-color: #3D6087;
}
a {
	font-weight: bold;
	color: #3D6087;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	margin-bottom: -10px;
}
/*.blueBG {
	background-image: url(images/blueBG.gif);
}*/
