body, p, br, tr, td, div {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}	
body {
	padding: 0px;
	margin: 0px;
	background-color: #594FBF;
}
a:link, a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}
 
a:hover, a:active {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FB02FC;
	text-decoration: none;
}

.title {
	font-size: 16px;
}
.bg {
	padding: 0 10 10 0;
}
a.menu:link, a.menu:visited  {
	background: #594FBF;
	font-size: 13px;
	font-weight: bold;
	display: block;
	color: White;
	height: 22px;
	line-height: 22px;
	border-bottom: solid 1px #0D1F61;
	text-decoration: none;
	text-indent: 10px;
	
}
a.menu:hover, a.menu:active  {
	background: #453AA3;
	font-size: 13px;
	font-weight: bold;
	display: block;
	color: #FB02FC;
	height: 22px;
	line-height: 22px;
	border-bottom: solid 1px #999999;
	text-decoration: none;
	text-indent: 12px;
	
}
.footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	text-align: center;
	color: #0D1F61
}
.whiteBorder {
	border: solid 1px white;
}
.formBtn {
	
	border: solid 1px white;
	height: 22px;
	line-height: 22px;
	background-color: #453AA3;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: White;
	font-weight: bold;
}
.form {
	border: solid 1px white;
	height: 22px;
	line-height: 22px;
	background-color: #453AA3;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: White;
	padding: 0 2 0 2;
}.orange {
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}

