/* CSS Document */
body,html
{
   font-size:12px;
   margin-top:0px;
   margin-left:0px;
   margin-right:0px;
   margin-bottom:0px;
}

a
{
	text-decoration: none;
	color:#1b5a91;
}
a:visited 
{
	color:#1b5a91;
}
a:hover 
{
	color: #FF0000;
}
a.green:link
{
color:#379F10;
text-decoration:none;
}
a.green:visited 
{
    color:#379F10;
	TEXT-DECORATION: none;
}
a.green:hover 
{    
 color:#000000;
}


a.white:link
{
color:#FFFFFF;
text-decoration:none;
}
a.white:visited 
{
color:#FFFFFF;
}
a.white:hover 
{ COLOR:#000000;
}


 hr{
	/*height:1px;*/
	border:#999999 1px dotted;
  }
.gray-font
  {
  color:#999999;}
.red-font
  {color:#FF0000;}
.green-font
   {color:#336633;}
.white-font
  {
  color:#ffffff;}
li{
	line-height:20px;
	list-style-image:url(../images/icon2.gif)	}
	
.borderBott{
border-bottom:#F6F6F6 1px solid;
}
  
