body {
	background-color: #6d6e71;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.txtTitle
{
    font-family: Times New Roman, Verdana;
	font-size: 20px;
	padding-top:15px;
	padding-bottom:2px;
	padding-left:25px;
	
}

.txtSubTitle
{
    font-family: Times New Roman, Verdana;
	font-size: 14px;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
	
}

.txtSubTitleB
{
    font-family: Times New Roman, Verdana;
	font-size: 11px;
	font-weight: bold;
	padding-top:1px;
	padding-bottom:1px;
	
}

.highlighted
{
	font-weight: bold;
    color:#ee3124;    
}
.tableborder {
	border: 1px solid #FFFFFF;
}