body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:active { color: #003366; text-decoration: underline; }
a:hover  { color: #000000; text-decoration: none;}
a:link { color: #003366; text-decoration: underline; }
a:vlink { color: #003366; text-decoration: underline; }
a:visited { color: #003366; text-decoration: underline; }
A:link:hover { color: #000000; text-decoration: none;}
A:visited:hover { color: #000000; text-decoration: none;}

.mainContainer { 
	background: url(images/bg_flanks.png) repeat-y top; 
	width: 978px;
}
.mainImg { 
	background: url(images/bg_main.gif) repeat top;
}
.mainHome { 
	background: url(images/bg_main.gif) repeat top;
	padding-bottom: 18px;
	padding-top: 18px;
	vertical-align: top;
}
.main { 
	background: url(images/bg_main.gif) repeat top;
	vertical-align: top;
	padding-bottom: 18px;
}
.copy { 
	font-size: 12px;
	line-height: 18px;
	margin-left: 18px;
	margin-right: 18px;
	text-align: justify;
}
.copyFiles { 
	font-size: 12px;
	line-height: 14px;
	margin-left: 18px;
	margin-right: 18px;
	text-align: justify;
}
.filesHeading {
	color: #003366;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	margin-left: 18px;
	margin-right: 18px;
	text-align: justify;
}
.copyList LI { 
	font-size: 12px;
	line-height: 18px;
	margin-left: 36px;
	margin-right: 18px;
	text-align: justify;
}
.copyTable { 
	font-size: 12px;
}
.heading {
	color: #CC6600;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 10px;
	text-align: justify;
}
.subheading {
	color: #003366;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
}
.newsHeading {
	color: #003366;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	margin-left: 18px;
	margin-right: 18px;
	text-align: justify;
}
.newsTimeSince {
	color: #000000;
	font-family: Verdana, "Times New Roman", Times, Arial, Georgia, serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 18px;
	margin-right: 18px;
	text-align: left;
}
.newsTimestamp {
	color: #909090;
	font-family: Verdana, "Times New Roman", Times, Arial, Georgia, serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 18px;
	margin-right: 18px;
	text-align: left;
}
.footerContainer { 
	background: url(images/bg_footer.png) no-repeat top;
	height: 58px;
	width: 978px;
}
.footer {
	color: #000000;
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
}

#AdminLinks {
	font-size: 9pt;
	font-weight: bold;
	margin-left: 18px;
	margin-right: 18px;
	text-align: right;
}
#AdminLinks a:active { color: #003366; text-decoration: underline; }
#AdminLinks a:hover  { color: #003366; text-decoration: none;}
#AdminLinks a:link { color: #003366; text-decoration: underline; }
#AdminLinks a:vlink { color: #003366; text-decoration: underline; }
#AdminLinks a:visited { color: #003366; text-decoration: underline; }
#AdminLinks a:link:hover { color: #003366; text-decoration: none;}
#AdminLinks a:visited:hover { color: #003366; text-decoration: none;}

#MsgBox {
	background-color: #D8E3E9;
	border: 3px solid #003366;
	margin-left: 18px;
	margin-right: 18px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	width: 75%;
}
#StatusMsg {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
#ErrorMsg {
	color: #FF0000;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

