.main_table
{
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size: 12px;
	color: #333;
	text-align: left;
}
.header
{
}
.hdng
{
	padding-bottom: 3px;
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size: 20px;
	color: #045ec5;
	text-align: left;
	border-bottom: 3px solid #CCC;
}
.hdng_2
{
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size: 16px;
	color: #000;
	font-weight: normal;
	padding: 5px 0px;
	font-weight: bold;
}
.contents
{
	padding: 0px;
}
.sep
{
	border-bottom: 1px solid #CCC;
	padding: 8px 0px;
}
.highlight_normal
{
	color: #045ec5;
}
.highlight_bold
{
	color: #045ec5;
	font-weight: bold;
}

a
{
	color: #045ec5;
	text-decoration: underline;
}
a:hover
{
	color: #045ec5;
	text-decoration: none;
}
