.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5F8EA9;
}
.gray {
	background-color: #FAFAFF;
}
.grayTable {
	background-color: #FAFAFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: DCDCDC;
	border-right-color: DCDCDC;
	border-bottom-color: DCDCDC;
	border-left-color: DCDCDC;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.normalSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h2 {
	color: #3D6C87;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-attachment: scroll;
}
.NavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5F8EA9;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
    padding-left: 1px;

}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F8EA9;
}
a.footer:link {
	text-decoration: underline;
	color: #5F8EA9;
}
a.footer:visited {
	color: #5F8EA9;
	text-decoration: underline;
}
a.footer:hover {
	color: #5F8EA9;
	text-decoration: none;
}
a.footer:active {
	color: #5F8EA9;
	text-decoration: underline;
}


a.NavText:link {
	color: #5F8EA9;
	text-decoration: none;
    background-color: #FAFAFF;
	border: 1px solid #FAFAFF;
    display: block;
	padding-top: 1px;
	padding-bottom: 1px;
    padding-left: 1px;
}
a.NavText:visited {
	color: #5F8EA9;
	text-decoration: none;
    display: block;
	padding-top: 1px;
	padding-bottom: 1px;
    padding-left: 1px;

}
a.NavText:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5F8EA9;
	border: 1px solid #5F8EA9;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
    padding-left: 1px;
}
a.NavText:active {
	color: #5F8EA9;
	text-decoration: none;
    display: block;
	padding-top: 1px;
	padding-bottom: 1px;
    padding-left: 1px;
}
.darkgray {
	background-color: #BCBCBC;
}
