/*  { 
   margin:  0; 
   padding:  0; 
}*/

html  { 
   height:  100%;
} 

BODY       {
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 12px;
	scrollbar-face-color: #44546E;
	scrollbar-base-color: #44546E;
	scrollbar-3dlight-color: #44546E;
	scrollbar-darkshadow-color: #44546E;
	scrollbar-track-color: #44546E;
	scrollbar-highlight-color: Black;
	scrollbar-shadow-color: Black;
	scrollbar-arrow-color: #A6CE38;
	color : Black;
   position:  relative;
   height:  auto  !important;
   height:  100%;
   min-height:  100%;
}

.message   {COLOR: #000000; FONT-WEIGHT: bold}
.error     {COLOR: #FF0000; FONT-WEIGHT: bold; TEXT-DECORATION: blink}
.note      {COLOR: #000000; FONT-SIZE: 8pt;}
p{
	text-indent : 30px;
}
.uphead  {
	text-indent : 0px;
	font-family : Tahoma;
	font-size : 14px;
}
.head  {
	text-indent : 0px;
	COLOR: #dd5b1e;
	font-family : Tahoma;
	font-size : 28px;
	text-align : center;
}
.normal  {
	font-family : Tahoma;
	font-size : 14px;
}
.normal_green  {
	text-indent : 0px;
	font-family : Tahoma;
	COLOR: #dd5b1e;
	font-size : 12px;
}
.bold_green {
	text-indent : 0px;
	font-family : Tahoma;
	COLOR: #dd5b1e;
	font-size : 14px;
	font-weight : bold;
}
td {
	font-size : 12px;
}
.td_all{
	border : 1px solid;
}
.td_trbl{
	border-left : 1px solid;
	border-right : 1px solid;
	border-bottom : 1px solid;
	border-top : 1px solid;
}
.td_trb{
	border-left : 0px solid;
	border-right : 1px solid;
	border-bottom : 1px solid;
	border-top : 1px solid;
}
.td_rbl{
	border-left : 1px solid;
	border-right : 1px solid;
	border-bottom : 1px solid;
	border-top : 0px solid;
}
.td_tl{
	border-left : 1px solid;
	border-right : 0px solid;
	border-bottom : 0px solid;
	border-top : 1px solid;
}
.td_l{
	border-left : 1px solid;
	border-right : 0px solid;
	border-bottom : 0px solid;
	border-top : 0px solid;
}
.td_t{
	border-left : 0px solid;
	border-right : 0px solid;
	border-bottom : 0px solid;
	border-top : 1px solid;
}
.td_b{
	border-left : 0px solid;
	border-right : 0px solid;
	border-bottom : 1px solid;
	border-top : 0px solid;
}
.td_none{
	border-left : 0px solid;
	border-right : 0px solid;
	border-bottom : 0px solid;
	border-top : 0px solid;
}

A          {COLOR: #000000; FONT-FAMILY: Tahoma;}
A.grey_link {COLOR: grey; FONT-FAMILY: Tahoma;}
A:hover    {COLOR: #dd5b1e; FONT-FAMILY: Tahoma; text-decoration: none;}

div.d  { 
   position:  absolute; 
   bottom:  0; 
   width:  100%;
} 
 
div.b  { 
   padding-bottom:  10em;
}