body{
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
	background-position:top;
	background-color:#628D94;
}

a{
	outline:none;
}

a:hover{
	outline:none;
}

img a{
	outline:none;
	border:0;
}

img a:hover{
	outline:none;
	border:0;
}

.menubg{
	background-image:url(images/menubg.jpg);
	background-repeat:no-repeat;
	height:53px;
	background-position:top;
}

.highlight{
	color:#000000;
	text-decoration:none;
}

.maintext{
	color:#000000;
	text-decoration:none;
	font:14px Arial;
}

.copyright{
	color:#000000;
	text-decoration:none;
	font:9px Arial;
}

.pagetitles{
	color:#000000;
	text-decoration:bold;
	font:18px Arial;
}

.mainpagetitles{
	color:#000000;
	text-decoration:bold;
	font:22px Arial;
}

.tabletitles{
	color:#0D2000;
	text-decoration:bold;
	font:18px Arial;
}

.bodybg{
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#47702e;
	font:12px Arial;
	color:#FFFFFF;
	text-align:justify;
	line-height:16px;
	text-decoration:none;
}

.bodybg a:link{
	color:#FFFFFF;
	text-decoration:underline;
}

.bodybg a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

.bodybg a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.tablewalk{
	font:9px Arial;
	color:#000000;
	line-height:16px;
	text-decoration:none;
}

.footer{
	font:14px Arial;
	color:#FDF952;
	line-height:16px;
	text-decoration:none;
}

.footer a:link{
	font:14px Arial;
	color:#FDF952;
	text-decoration:none;
}

.footer a:visited{
	font:14px Arial;
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover{
	font:14px Arial;
	color:#FFFFFF;
	text-decoration:underline;
}

.dash-line {
	border-bottom:#CCCCCC 1px dashed;

}

.dash-line2 {
	border-bottom:#FDF952 1px dashed;
	border-right:#FDF952 1px dashed;
	border-left:#FDF952 1px dashed;
	border-top:#FDF952 1px dashed;
}