a:active {
	text-decoration: none;
	color: #990000;
}

a:visited {
	text-decoration: none;
	color: #CC0000;

}

a:link {
	text-decoration: none;
	color: #990000;

}

a:hover {
	color: #CC0000;
	text-decoration: underline
}

/* extras */
.bold_Lead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000
}
.white_small {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	color: #FFFFFF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.greenBig {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #006600
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	color: #006600;
	text-transform: uppercase;

}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #666666;

}
.copyright {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	color: #CCCC99;
}
.RL {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
/* Nav */

#dropmenudiv {
	position:absolute;
	padding: 2 2 2 2;
	border:1px solid silver;
	line-height:18px;
	z-index:100;
}


/* bottom tag */

#tag {
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
#tag a:link, a:visited {
text-decoration:none;
color: #CCCCCC;
}

#tag a:hover, a:active, a:focus {
text-decoration:underline;
color: #999999;
}