.bax_main {
	background-image: url(images/mainbax.jpg);
	background-repeat: no-repeat;
}
.bax_fade {
	background-image: url(images/bottomfade.jpg);
	background-repeat: repeat-y;
}
.bax_banner {
	background-image: url(images/topbanner.jpg);
	background-repeat: no-repeat;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #04045E;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #04045E;
	list-style-type: circle;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #04045E;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #04045E;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #04045E;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #04045E;
	text-decoration: none;
		font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CECC65;
	text-decoration: underline;
		font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #04045E;
	text-decoration: none;
		font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D3CF6C;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #91A9CD;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D3CF6C;
}