<style type="text/css">


a.link:link { color: #990000; text-decoration: underline; }
a.link:visited { color: #990000; text-decoration: underline; }
a.link:hover { color: white; text-decoration: underline;}
a.link:active { color: #990000; text-decoration: underline; }

a.blue:link { color: #395588; text-decoration: underline; }
a.blue:visited { color: #395588; text-decoration: underline; }
a.blue:hover { color: red; text-decoration: underline;}
a.blue:active { color: #395588; text-decoration: underline; }

a.red:link { color: #990000; text-decoration: underline; font-weight: bold}
a.red:visited { color: #990000; text-decoration: underline; font-weight: bold}
a.red:hover { color: #395588; text-decoration: underline; font-weight: bold}
a.red:active { color: #990000; text-decoration: underline; font-weight: bold}

a.white:link { color: white; text-decoration: underline; }
a.white:visited { color: white; text-decoration: underline; }
a.white:hover { color: #999933; text-decoration: underline;}
a.white:active { color: white; text-decoration: underline; }

a.enews:link { color: #990000; text-decoration: underline; }
a.enews:visited { color: #990000; text-decoration: underline; }
a.enews:hover { color: #663300; text-decoration: underline;}
a.enews:active { color: #990000; text-decoration: underline; }

a.blink:link { color: #ffffff; text-decoration: underline; }
a.blink:visited { color: #ffffff; text-decoration: underline; }
a.blink:hover { color: red; text-decoration: underline;}
a.blink:active { color: #ffffff; text-decoration: underline; }

a.bluelink:link { color: #0055CC; text-decoration: underline; }
a.bluelink:visited { color: #0055CC; text-decoration: underline; }
a.bluelink:hover { color: #990000; text-decoration: underline;}
a.bluelink:active { color: #0055CC; text-decoration: underline; }

a.whitelink:link { color: white; text-decoration: underline; }
a.whitelink:visited { color: white; text-decoration: underline; }
a.whitelink:hover { color: #990000; text-decoration: underline;}
a.whitelink:active { color: white; text-decoration: underline; }

a.header:link { color: #0055CC; text-decoration: underline; }
a.header:visited { color: #0055CC; text-decoration: underline; }
a.header:hover { color: #990000; text-decoration: underline;}
a.header:active { color: #0055CC; text-decoration: underline; }

.header {color:#0055cc; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
font-size:10pt;}

.header2 {color:#0055cc; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
font-size:12pt;}

hr {color:#333646}

.main {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#000000;}

.main2 {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:black;}

.text {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#0055CC;}

.bottom {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#CCCCCC;}

.bottom2 {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#ffffff;}

.bottom3 {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#ffffff;}

.two {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333646;
	border-left-color: #333646;
	border-top-color: #333646;
	border-bottom-color: #333646;
}

.blue {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:#0055CC;}

.white {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
color:white;}

.redstar {
	background-image: url(images/redstar.gif);
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	background-position: top;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 55px;
	padding-left: 65px;
}

.fivepx {line-height: 5px;}





a.hover_pic:link { color: white; text-decoration: underline; }
a.hover_pic:visited { color: white; text-decoration: underline; }
a.hover_pic:hover { color: #999933; text-decoration: underline;}
a.hover_pic:active { color: white; text-decoration: underline; }

.hover_pic{
	position: relative;
	z-index: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
	color: #FFFFFF;
}

.hover_pic:hover{
	background-color: transparent;
	z-index: 50;
	color: #000000;
}

.hover_pic span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 2px;
	left: -1000px;
	bottom: 15px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.hover_pic span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.hover_pic:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 20;
	left: 60px; /*position where enlarged image should offset horizontally */
}


</style>
