body {
    font-family:  arial, verdana;
    font-size: 12px;
    color: #FFFFFF;
    margin:0px;
    padding:0px;
    background-color: black;
    height: 100%
}
table{
    font-family:  arial, verdana;
    font-size: 12px;
}
div#divPage{
	margin-top: 5px;
}
div#divBody{
	width:748px;
	border-left:1px solid #5E94B3;
	text-align:center;
	border-right:1px solid #253B47;
	padding-bottom:20px;
}
div#divLinks{
	width:748px;
	text-align:right;
	padding-right:10px;
	margin-bottom:3px;
	font-weight:bold;
    font-size: 13px;
}
a:link, a:visited, a:active {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FFE42E;
}
div.PageTitle{
	font-weight:bold;
	font-size:24px;
}

/* left: 5E94B3 */