BODY {
	#background-color : #45464b;
        background-color : #000000;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Tahoma;
	font-size : 8pt;
	font-weight : normal;
	color : White;
}

.footer {
	font-size : 7pt;
 	text-decoration: none;
	color : #8D8E96;
}

A {
	text-decoration: none;
	color : #FF8C00;
	font-weight: bold;
        #cursor: hand;
}

A:hover {
	text-decoration: none;
	color : #FFA500;
        #cursor: hand;
}

A.footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	text-decoration: none;
	color : #FF8C00;
	font-weight: bold;
        #cursor: hand;
}

.lime {
	color: #FF8C00;
}


HR {
	color : Silver;
	width: 97%;
}

TD {
	font-size: 8pt;
	line-height: 17px;
}

TH {
	font-size: 8pt;
	line-height: 17px;
}

TR.lime {
	background-color: #FF8C00;
        color : white;
        font-weight: bold;
        font-size: 8pt;
}

H1 {
	font-size : 14px;
 	color : #FF8C00;
}
H2 {
	font-size : 10pt;
 	color : #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
H3 {
	font-size : 10pt;
 	color : #FF8C00;
}

TD.footercell {
        background-color : #45464b;
        padding-right: 8px; 
        padding-left: 8px; 
        padding-top: 8px;
}

.submitbutton {
        background-color : #FF8C00;
        color : #000000;
        border: 1px solid #000000;
        cursor: pointer;
        font-weight : bold;
        font-size : 8pt;
        height: auto;
}

INPUT {
        font-size : 8pt;
}

SELECT {
        font-size : 8pt;
}

.errortext {
        color : red;
        font-weight: bold;
}

.calendarToday { 
   background: #000000; 
   font-weight: bold;
} 

