BODY,TD {
	font-family: Arial;
	font-size: 9pt;
	color: #5A5A5A;
}

A {
	font-family: Arial;
	font-size: 9pt;
	color: #2C3F67;
	text-decoration : none;
}

A:HOVER {
	font-family: Arial;
	font-size: 9pt;
	color: #FF0000;
	text-decoration : underline
}


.nav {
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	color: #002A7C;
	text-decoration : none;
}

.nav:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	color: gray;
	text-decoration : none;
}


.nav_sec {
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	color: #f40000;
	text-decoration : none;
}

.sitelink {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color: #FF7800;
	text-decoration : none;
}

.sitelink:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color: gray;
	text-decoration : none;
}

.sitetext {
	font-family: Arial;
	font-size: 11px;
	color: #002A7C;
	text-decoration : none;
}


