/* CSS Document */
body {
	background-color: #efefef;
	margin-top:0px;
}
.caption {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #072B5E;
}
.topLinks {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	padding-right:20px;
}
a.topLinks:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;	
	text-decoration: underline;
	padding-right:20px;
}
.footerText {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
}
.bodyText {
	font-family: Verdana;
	font-size: small;
	color: #000000;
	line-height:20px;
	text-align:justify;
}
.formCaption {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}
.textBox {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	border: solid 1px #666666;
}
.button {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	background-color:#000099;
}
h1 {
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
}	
.formtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #545454;
	/*padding-left: 35px;*/
}
.form {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 175px;
	height: 15px;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}
.formbox {
	background-image: url(../images/bck_orange_repeater.gif);
	background-repeat: repeat-y;
}
.leftMenuBG {
	background-color: #C4D7FF;
}
.leftMenuText {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #072B5E;
	text-decoration:none;
}
a.leftMenuText:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #072B5E;
	text-decoration:underline;
}
table {
	background-color: #ffffff;
}