/* CSS Document */
body
{
	margin:20px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.header
{
	height:153px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
}

.topnavi-bg
{
	height:68px;
	padding:30px 0 0 15px;
}

*html .topnavi-bg
{
	height:58px;
	padding:30px 0 0 15px;
}

.topnavi
{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#00456A;
}

a.topnavi:link
{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#00456A;
}

a.topnavi:hover
{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#990000;
}

.headertext
{
	font-size:17px;
	font-weight:bold;
	color:#FF9900;
	padding:0 0 0 25px;
}
.moreinfo
{
	text-decoration:underline;
	color:#004768;
}

a.moreinfo:link
{
	text-decoration:underline;
	color:#004768;
}

a.moreinfo:hover
{
	text-decoration:none;
	color:#990000;
	font-weight:bold;
}

.title
{
	font-size:14px;
	color:#0C4C88;
	font-weight:bold;
}

.box-border
{
	border:1px solid #7894C4;
}

.footer_bg
{
	height:66px;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
}

.footerlink
{
	text-decoration:none;
	color:#004367;
	font-weight:bold;
}

a.footerlink:link
{
	text-decoration:none;
	color:#004367;
	font-weight:bold;
}

a.footerlink:hover
{
	text-decoration:none;
	color:#990000;
	font-weight:bold;
}

.astral
{
	text-decoration:none;
	color:#999999;
}

a.astral:link
{
	text-decoration:none;
	color:#999999;
}

a.astral:hover
{
	text-decoration:none;
	color:#666666;
}

