/* CSS Document */

body {
background-color:#e4e4e4;
font-family : "Lucida Grande", Verdana, Lucida, Arial, Helvetica, ËÎÌå,sans-serif; 
font-size:9pt;
line-height:150%;
color:#000000;
margin:0px;
text-align:center;
}

a:link {
	text-decoration: none;color:#000000;
}
a:visited {
	text-decoration: none;color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

.red{
color:#FF0000;}

.tablestyle01{   
          border-width:3px;border-color: #eaeaea;  border-style:solid;  
 }
 
.tablestyle02{
	border-width:2px;
	border-color: #eaeaea;
	border-style:solid;   
 }
 
.tablestyle03{   
          border-width:1px;   
          border-color: #c4c4c4;  
          border-style:solid;  
 }
  
.white_b{
	color:#000;
	font-weight: bold;
	font-size: 10pt;
}
.white{
	color:#FFFFFF;
}

.green_b{
	color:#0b7505;
	font-weight: bold;
}