  
  body  {
	scrollbar-face-color: #A7A7A7;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
	scrollbar-arrow-color: white;
}

.stdDataGridRow {
	BACKGROUND-COLOR: #A5AB7F
}
.stdDataGridRowAlt {
	BACKGROUND-COLOR: #FB0000
}

     H1 {
	font-family : Arial, Helvetica, sans-serif;
	font : 11pt;
	font-weight : bold;
	color : #707355;
} 

     H2 {
	font-family : Arial, Helvetica, sans-serif;
	font : 9pt;
	font-weight : bold;
	color : black;
}


   BODY, TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size : 7pt;
}

font.headerText{
	font-size: 11px;
	font-weight : bold;
	color : White;
}


a:link {
	color: black;
	text-decoration: none;
} 
   
   a:visited{
	color: yellow;
	text-decoration: none;
} 
   
   a:active {
	color: #64674C;
	text-decoration: none;
} 
   
   a:hover {
	color: white;
	text-decoration: none;
} 

A.anchor:link {
 color: #989493;
   text-decoration: none;
}

A.anchor:visited {
   color: #989493; 
    text-decoration: none;
}

A.anchor:active {
   color: #989493; 
    text-decoration: none;
}

A.anchor:hover {
	color: black;
	text-decoration: none;
}

   
a.pagination:hover {
	color: white;
	text-decoration: none;
	background-color:#72755A;
} 

.pagination_select {
	color: white;
	text-decoration: none;
    background-color:#72755A;
    }