HTML {
	BACKGROUND-IMAGE:url(../images/green_back.jpg);
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	margin-top: 10px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #28ABE1;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a:link.whiteone {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited.whiteone {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.whiteone {
	text-decoration: none;
	color: #28ABE1;
}
a:active.whiteone {
	text-decoration: none;
	color: #FFFFFF;
}


a:link.bone {
	text-decoration: none;
	color: #28ABE1;
}
a:visited.bone {
	text-decoration: none;
	color: #28ABE1;
}
a:hover.bone {
	text-decoration: none;
	color: #FFFFFF;
}
a:active.bone {
	text-decoration: none;
	color: #28ABE1;
}

a:link.gone {
	text-decoration: none;
	color: #50bc81;
}
a:visited.gone {
	text-decoration: none;
	color: #50bc81;
}
a:hover.gone {
	text-decoration: none;
	color: #FFFFFF;
}
a:active.gone {
	text-decoration: none;
	color: #50bc81;
}




<!-- FONTS -->



.10 {
	font-size:10px;
}

.eleven {
	font-size:11px;
}

.black11 {
	font-size: 11px;
	color: #000000;
}

.blue12b {
	font-size: 12px;
	color: #0066FF;
	font-weight:bold;
}

.blue11 {
	font-size: 11px;
	color: #0066FF;
}

.red {
	color: #B00000
}

.green {
    color: #50bc81;
	font-weight:bold;
}

.yellow {
    color: #28ABE1;
	font-weight:bold;
}


.wbold {
	color: #FFFFFF;
	font-weight: bold;
}
.grey11{
	font-size:11px;
	color:#666666;
}

.grey10{
	font-size:10px;
	color:#666666;
}
.lightgrey9{
	font-size:9px;
	color: #AEB0AA;
}

<!-- NEWS -->

.news_month{
font-size:12px; 
color:#666666;
}

.news_month ul li{
list-style:none;
padding: 5px 10px 0px 20px;
}

.news_month ul li a{
	color: #666666;
	text-decoration: none;
}

.news_month ul li a:hover{
	color: #333333;
	text-decoration: underline;
}

