BODY { 
	FONT-FAMILY: TAHOMA; FONT-SIZE: 8pt;
	
	background:white;
}

.MenuOff{
	color: black;
	cursor:pointer;
	cursor:hand;
}

.MenuOn{
	color: #CD5C5C;
	cursor:pointer;
	cursor:hand;
	border-right:gray 0.1em solid;
	border-bottom:gray 0.1em solid;
	background:#F7E9FB;
	
}

.ButtonOff{
	
	cursor:pointer;
	cursor:hand;
	color: black;
	border:#C0C0C0 0.1em solid;
}

.ButtonOn{
	
	cursor:pointer;
	cursor:hand;
	color: #CD5C5C;
	border:#C0C0C0 0.1em solid;
}

.numberOn{
	
	cursor:pointer;
	cursor:hand;
	color: #CD5C5C;
}

.numberOff{
	
	cursor:pointer;
	cursor:hand;
	color: black;
}

TD {
   	font-family:Tahoma;
	font-size:8pt;
	
}

.TDSelect {
   	font-family:Tahoma;
	font-size:8pt;
	background:#F7F7F7;
	border: gray 0.1em solid;
	
}

.TDOdd {
   	font-family:Tahoma;
	font-size:8pt;
	background:#F7F7F7;
	border: gray 0.1em solid;
	
}

.TDEven {
   	font-family:Tahoma;
	font-size:8pt;
	
	border-top: gray 0.1em solid;
	border-left: gray 0.1em solid;
	border-right: gray 0.1em solid;
	background:#F7E9FB;
	
}

.TDEvenAll {
   	font-family:Tahoma;
	font-size:8pt;

	border: gray 0.1em solid;
	background:#F7E9FB;
	
}

.TDForm {
   	font-family:Tahoma;
	font-size:8pt;
	border: gray 0.1em solid;
	background:#E6EEFC;
	
}

.TDHand {
   	font-family:Tahoma;
	font-size:8pt;
	cursor:hand;
	
}

.Title {
   	font-family:Courier New;
	font-size:14pt;
	
	
}

.MenuTop{
	background-color:Darkred;
	color:white;
}


BUTTON, .button
{
	font-family:Tahoma;
	font-size:8pt;
	HEIGHT:18px;
	border: 1px solid #6699cc;
	BACKGROUND-COLOR: #E9F5FF;
    COLOR: #003366;
	margin-right:5px;
    line-height: 11px;
}

SELECT,  OPTION, INPUT
{
	border: 1px solid #6699cc;
    COLOR: #003366;
	background: #E9F5FF;
    //FONT: 9pt verdana, arial, helvetica, sans-serif;
    font-family:Tahoma;
	font-size:8pt;
	width:100%;

}

TEXTAREA
{
	border: 1px solid #6699cc;
    COLOR: #003366;
	background: #E9F5FF;
    //FONT: 9pt verdana, arial, helvetica, sans-serif;
    font-family:Tahoma;
	font-size:8pt;
	width:100%;

}


.TableForm {
   	font-family:Tahoma;
	font-size:8pt;
	background:white;
	border: gray 0.1em solid;

}



.TDBorder {
   	font-family:Tahoma;
	font-size:8pt;
	background:white;
	border: black 0.1em solid;
}

.TDBlack {
   	font-family:Tahoma;
	font-size:8pt;
	background:black;
	
}



.TDCenter {
   	font-family:Tahoma;
	font-size:8pt;
	background:white;
	text-align:center;


}

.TDCenterHead {
   	font-family:Tahoma;
	font-size:8pt;
	background:white;
	text-align:center;
	font-weight:bold;
	color:#CD5C5C;


}


HR {
	NOSHADE:True;
	height:0.1em;
	color:black;
	cursor:default;
}

.TableBorder{
  border-width : 1px;
  border-style : solid;
  border-color : black;
}

.ToolTip{
  border-width : 1px;
  border-style : solid;
  border-color : black;
  background:#FFFFCC;
  color:black;
}


