@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/imgBackground.gif);
	background-repeat: repeat-x;
	background-color: #00194B;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:hover      { color: #808080; text-decoration:none }
a:visited    { text-decoration: underline; color: #000066 }
a:link       { color: #000066; text-decoration: underline }
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #999999;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000033;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
.CenterContent {
	background-image: url(images/imgContentBground.gif);
	background-repeat: repeat-x;
}
.ContentTableBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cfcfcf;
}
.Footer {
	font-size: 8pt;
	color: #FFFFFF;
}
.navlink:link {
	color: #ffffff;
	text-decoration: underline;
}
.navlink:hover {
	color: #ffffff;
	text-decoration: underline;
}
.navlink:visited {
	color: #ffffff;
	text-decoration: underline;
}
.cell {
	border: 1px solid #000;
}