body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #081A45;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.75em;
}
.highlight {
	color: #00A7D2;
	font-weight: bold;
}
.highlightGreen {
	color: #84B215;
	font-weight: bold;
}
a:link {
	color: #00A7D2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00A7D2;
}
a:hover {
	text-decoration: underline;
	color: #00A7D2;
}
a:active {
	text-decoration: none;
	color: #00A7D2;
}
.highlightTitle {
	color: #00A7D2;
	font-weight: bold;
	font-size: 20px;
}
.highlightTitleGreen {
	color: #84B215;
	font-weight: bold;
	font-size: 20px;
}
.highlightSub {
	color: #00A7D2;
	font-weight: bold;
	font-size: 16px;
}
.highlightSubGreen {
	color: #84B215;
	font-weight: bold;
	font-size: 16px;
}

.smallText {
	font-size:10px;
}