/* TOP NAV MENU */
.topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.topmenu a:link { color: #FFFFFF; text-decoration: none }
.topmenu a:visited { color: #FFFFFF; text-decoration: none }
.topmenu a:active { color: #FFFFFF; text-decoration: none }
.topmenu a:hover { color: #00CCFF; text-decoration: none }

/* FOOTER NAVIGATION BAR */
.footernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
	text-decoration: none;
}
.footernav a:link { color: #000000; text-decoration: none }
.footernav a:active { color: #000000; text-decoration: none }
.footernav a:visited { color: #000000; text-decoration: none }
.footernav a:hover { color: #0066FF; text-decoration: underline }

/* BREAD CRUMB */
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066FF;
	text-decoration: none;
	text-align: right;
}
.breadcrumb a:link { color: #0066FF; text-decoration: none }
.breadcrumb a:active { color: #0066FF; text-decoration: none }
.breadcrumb a:visited { color: #0066FF; text-decoration: none }
.breadcrumb a:hover { color: #0066FF; text-decoration: underline }


/* BOTTOM COPYRIGHT NOTICE */
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066FF;
	text-decoration: none;
}
.copyright a:link { color: #0066FF; text-decoration: none }
.copyright a:active{ color: #0066FF; text-decoration: none }
.copyright a:visited { color: #0066FF; text-decoration: none }
.copyright a:hover { color: #0066FF; text-decoration: none }

/* TEXT FOR THE PAGE */
.pagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;

}
.pagetext a:link { color: #666666; text-decoration: none }
.pagetext a:active { color: #666666; text-decoration: none }
.pagetext a:visited { color: #666666; text-decoration: none }
.pagetext a:hover { color: #0066FF; text-decoration: underline }

/* PAGE HEADER */
.pagehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
