a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #6E2738;
	text-decoration: none;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.titleblack {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.titleblue {
	font-weight: bold;
	color: #6E8EC3;
	font-size: 9pt;
}
.topline {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #990000;
}
.whitetitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#6E8EC3;
}
.whitetitle a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.whitetitle a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.whitetitle a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.bottomline {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
.leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.footer {
	font-size: 7pt;
	color: #990000;
}
.evenwhitetitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#DFDFDF;
	font-size: 8pt;
}
.oddwhitetitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#C4C4C4;
	font-size: 8pt;
}

