BODY {
	background-color : white;
	font-family : Tahoma;
	font-size : 12px;
}
TABLE.table {
	font-family : Tahoma;
	font-size : 12px;
}
TABLE.headertable {
	font-family : Tahoma;
	font-size : 14px;
	background : #03AD03;
	color : #FFFFFF;
	border-collapse : collapse;
}
TD.headercell{
	background-image : url(/css/green/images/table.gif);
}
TABLE.stats {
	font-family : Tahoma;
	font-size : 10px;
    border-collapse : collapse;
}
TD.datacell {
	background : white;
	font-family : Tahoma;
	color : #000000;
	font-size : 12px
}
TABLE.footer {
	font-family : Tahoma;
	font-size : 10px;
}
A:LINK, A:VISITED, A:ACTIVE {
	font-family : Tahoma;
	font-size : 12px;
	color : black;
}
A:HOVER {
	font-family : Tahoma;
	font-size : 12px;
	color : blue;
	text-decoration : underline;
}
TABLE.LOCBAR {
	font-family : Tahoma;
	font-size : 10px;
	color : #000000;
	text-decoration : none;
}
A.SMALL:LINK, A.SMALL:ACTIVE {
	font-family : Tahoma;
	font-size : 10px;
	color : black;
	text-decoration : underline;
}
A.SMALL:VISITED {
	font-family : Tahoma;
	font-size : 10px;
	color : black;
	text-decoration : underline;
}
A.SMALL:HOVER {
	font-family : Tahoma;
	font-size : 10px;
	color : blue;
	text-decoration : underline;
}
A.SMALL{
	font-family : Tahoma;
	font-size : 10px;
	color : #000000;
}
A.HEAD:LINK, A.HEADL:ACTIVE {
	font-family : Tahoma;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : underline;
}
A.HEAD:VISITED {
	font-family : Tahoma;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : underline;
}
A.HEAD:HOVER {
	font-family : Tahoma;
	font-size : 12px;
	color : #000000;
	text-decoration : underline;
}
A.SMALLTEXT {
	font-family : Tahoma;
	font-size : 10px;
	color : #000000
}
A.PIN:LINK, A.PIN:ACTIVE {
	font-family : Tahoma;
	font-size : 12px;
	color : #03AD03;
	text-decoration : underline;
	font : bold;
}
A.PIN:VISITED {
	font-family : Tahoma;
	font-size : 12px;
	color : #03AD03;
	text-decoration : underline;
	font : bold;
}
A.PIN:HOVER {
	font-family : Tahoma;
	font-size : 12px;
	color : #000000;
	text-decoration : underline;
	font : bold;
}
.button{
        color : black;
        background-color : white;
        height : 20px;
        font-size : 12px;
	}
				
.buttonbig{
	color : black;
	background-color : white;
	height : 24px;
	font-size : 14px;
	}
.forminput {
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	background-color: #EEEEEE;
}