@charset "UTF-8";
/* CSS Document */

body {
	background-color: #C3C3C3;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
a:link {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	font-weight: normal;
}
.hdg2 {
	font-size: 16px;
	font-weight: bold;
}
.hdg2em {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.hdg1 {
	font-size: 19px;
	font-weight: bold;
}
.notehd {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.note {
	font-size: 14px;
}
.hdg2wt {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
.hdg2emwt {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
}
.hdg3 {
	font-size: 18px;
	font-style: italic;
	color: #333;
}
.brdr {
	border: 1px solid #999;
}
.toDan {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
