/* CSS definition file containing site wide stylesheets */
<style type="text/css">
<!--
 

/*For Links Form*/

.links_header{
	font: Arial, Helvetica, sans-serif
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
}

.links_body {
	font: Arial, Helvetica, sans-serif
	text-align:left;
	font-size: 10pt;
}
.links_body_bold {
	font: Arial, Helvetica, sans-serif
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	background-color: #FFFF66;
}


.tinytext {font: 8pt Arial; text-decoration: none}
.text {font: 10pt/11pt Arial; text-decoration: none}
.header {font: 14pt Arial, sans-serif}
.smalltext{font: 10pt Arial; text-decoration: none}
.mediumtext{font: 12pt Arial, sans-serif; text-decoration: none}
.boldtext {font: bold 10pt/11pt Arial, sans-serif; text-decoration: none}
.titletext {font: bold 12pt Arial, sans-serif; text-decoration: none}

A:link { text-decoration: none; color: rgb(0,0,153); } /* unvisited links */
A:visited {text-decoration: none; color: rgb(0,0,153); } /* visited links */
A:hover { text-decoration: none; color: rgb(0,0,153);} 
A:active {text-decoration: none; color: rgb(0,0,153); } /* active links */

.class1 A:link { text-decoration: none; color: rgb(255,255,255); } /* unvisited links */
.class1 A:visited {text-decoration: none; color: rgb(255,255,255); } /* visited links */
.class1 A:hover { text-decoration: none;color: rgb(255,204,0);} 
.class1 A:active {text-decoration: none; color: rgb(255,255,255); } /* active links */

.class2 A:link { text-decoration: underline; color: rgb(128,0,0); } /* unvisited links */
.class2 A:visited {text-decoration: underline; color: rgb(128,0,0); } /* visited links */
.class2 A:hover { text-decoration: underline;color: rgb(255,204,0);} 
.class2 A:active {text-decoration: underline; color: rgb(128,0,0); } /* active links */

li {font: 10pt/12pt Arial; text-decoration: none}

-->
</style>
