/* CSS Document */

BODY,TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0050A0;
}
H1{
	font-size: 18px;
	color: #0050A0;
}
H2{
	font-size: 14px;
	color: #666666;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.title {
	color: #000000;
	font-weight: bold;
}
a:link, a:visited	{color: #000066; text-decoration:underline; font-weight: normal}
a:hover {color: #000000; text-decoration:blink; font-weight: normal}

.largeblue{
	font-size: 14px;
	line-height: 24px;
}
.largeblack {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
}
a.navsmall:link, a.navsmall:visited{
	font-size: 11px;
	color : #000066;
	font-weight : normal;
	text-decoration : none;
}
a.navsmall:hover {
	font-size: 11px;
	color : #000000;
	font-weight : normal;
	text-decoration : underline;
}