body {
	background-color: #000099;
}
.mainBody {
	background-color: #315CAD;
}
p,ul,ol,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #F7BD00;
	padding-left: 4px;
	padding-right: 4px;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
p { 
	padding-left: 8px;
	padding-right: 8px;
	line-height: 22px;
}
a:visited
{
	color: #DDDDDD;
}
a:link {
	color: #FFFFFF;
}
.l {
	background-color: #315CAD;
	background-image: url(interface/l.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.t {
	background-image: url(interface/t.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.tl {
	background-image: url(interface/tl.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	background-position: right bottom;
}
.tr {
	background-image: url(interface/tr.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	background-position: left bottom;
}
.br {
	background-image: url(interface/br.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.r {
	background-image: url(interface/r.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.b {
	background-image: url(interface/b.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bl {
	background-image: url(interface/bl.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a.menuLink {
	font-family: Arial, Helvetica, Geneva;
	color: #F7BD00;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
}
a.menuLink:hover, .selected {
	font-family: Arial, Helvetica, Geneva;
	color: #CAD136;
	font-size: 12pt;
	font-weight: bold;
}
