/* CSS Document */

BODY,TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copyside {
	font-size: 11px;
	color:#000000;
}
.titlered {
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}
.titlered2 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
.titleblue {
	font-size: 16px;
	font-weight: bold;
}
UL {
	list-style: square;
	line-height: 18px;
}
.position {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
a:link, a:visited	{color: #000066; text-decoration:underline; font-weight: normal}
a:hover {color: #990000; text-decoration:underline; font-weight: normal}

a.navsmall:link, a.navsmall:visited {
	font-size : 11px;
	color : #000066;
	font-weight : bold;
	text-decoration: underline;
}
a.navsmall:hover{
	font-size : 11px;
	color : #990000;
	font-weight : bold;
	text-decoration: underline;
}
a.navfooter:link, a.navfooter:visited {
	font-size : 11px;
	color : #990000;
	font-weight : bold;
	text-decoration: underline;
}
a.navfooter:hover{
	font-size : 11px;
	color : #000066;
	font-weight : bold;
	text-decoration: underline;
}
a.navside:link, a.navside:visited {
	font-size : 11px;
	color : #990000;
	font-weight : bold;
	text-decoration: none;
}
a.navside:hover{
	font-size : 11px;
	color : #000066;
	font-weight : bold;
	text-decoration: none;
}

