body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
}
a {
	font-size: 12px;
	color: #8AAEC6;
	font-weight: bold;
}
a:visited {
	font-size: 12px
	color: #8AAEC6;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-size: 12px
	color: #8AAEC6;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-size: 12px
	color: #8AAEC6;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	font-size: 12px
	color: #8AAEC6;
	text-decoration: none;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.BlueBold {
	font-size: 12px;
	color: #336699;
	font-weight: bold;
}
.BlueGrayBold {
	font-size: 12px;
	color: #8AAEC6;
	font-weight: bold;
}
.GrayBold {
	font-size: 12px;
	color: #B7CEE2;
	font-weight: bold;
}
.YellowBold {
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
}
.RedBold {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.BlueGray {
	font-size: 11px;
	color: #8AAEC6;
}
.Gray {
	font-size: 11px;
	color: #B7CEE2;
}
.Yellow {
	font-size: 11px;
	color: #FFCC00;
}
.White {
	font-size: 11px;
	color: #FFFFFF;
}
}
.BlueItalic {
	font-size: 11px;
	color: #336699;
	font-style: italic;
}
