@charset "ISO-8859-1";
body,td,th {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CF5800;
}
a:active {
	text-decoration: none;
	color: #CF5800;
}
#toporange {
	background-image: url(index_images/hot_site_01.gif);
	background-repeat: repeat-x;
}
#bottomgray {
	background-image: url(index_images/hot_site_43.gif);
	background-repeat: repeat-x;
}

/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

#popup { color: #000; }

#popup a, #popup a:visited {
position: relative;
line-height: 10px;
text-align: left;
padding: 0 0px;
margin: 0;
text-decoration: none;
font-size: 1em;
font-weight: bold;
}

#popup a span {display: none;}

#popup a:hover { background-color: #ffffff; }

/* the IE correction rule */
#popup a:hover	{
color: #f00; background-color: #ffffff;
text-indent: 0; /* added the default value */
}

#popup a:hover span {
display: block;
position: relative;
top: 15px;
left: 0px;
width: 450px;
margin: 0px;
padding: 10px;
line-height: 20px;
color: #335500;
font-weight: normal;
background: #e5e5e5;
text-align: left;
border: 1px solid #666;
}