a:link {color: blue; text-decoration: underline; } 
a:visited {color: blue;  text-decoration: underline; } 
a:active {color: blue; text-decoration: underline; } 
a:hover {color: red; text-decoration: underline; }

a.navlinks:link {color: white; text-decoration: underline; } 
a.navlinks:visited {color: white;  text-decoration: underline; } 
a.navlinks:active {color: white; text-decoration: underline; } 
a.navlinks:hover {color: yellow; text-decoration: underline; }

a.hlinks:link {color: black; text-decoration: underline; } 
a.hlinks:visited {color: black;  text-decoration: underline; } 
a.hlinks:active {color: black; text-decoration: underline; } 
a.hlinks:hover {color: #555555; text-decoration: underline; }

a.wlinks:link {color: white; text-decoration: underline; } 
a.wlinks:visited {color: white;  text-decoration: underline; } 
a.wlinks:active {color: white; text-decoration: underline; } 
a.wlinks:hover {color: #f88120; text-decoration: underline; }

.deftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.deftextsp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 15pt;
}
.deftextmed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.deftextsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.deftextxsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.deftextlg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.deftextxlg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	font-size: 16pt;
}
.login_textbox {
	font-family : Trebuchet MS;
	font-size : 8pt;
	font-weight : bold;
	background-color : white;
	border-color : #336699;
	color : #000000;
	height: 9pt;
}
.loginbox {
	font-family : Arial, Helvetica;
	font-size : 8pt;
}
.rightbar {
	background-image: url(images/rightbar_bg.jpg);
	background-repeat: repeat-x;
}

