/* CSS Document */
body{
margin-top:60px;
background-color:#ffffff;
background-image:url(images/BG.html);
background-repeat:no-repeat;
background-position:bottom left;
font-family:"Trebuchet MS";
font-size: 11px;
color: #727435;
}
.link{
font-family:"Trebuchet MS";
font-size: 11px;
color: #727435;
text-decoration:none;
font-weight:bold;
}
.link:hover{
font-family:"Trebuchet MS";
font-size: 11px;
color: #C27526;
text-decoration:none;
font-weight:bold;
}
.textBox{
font-family:Tahoma;
font-size: 11px;
color: #727435;
text-align:right;
}
.Lable{
font-family:Tahoma;
font-size: 12px;
color: #727435;
font-weight:bold;
text-align:right;

}
.logBTN{
background-color:#FFFFFF;
font-family:Tahoma;
font-size: 12px;
color: #C27526;
text-decoration:none;
font-weight:bold;
}
.logBTN:hover{
background-color:#FFFFFF;
font-family:Tahoma;
font-size: 12px;
color: #727435;
text-decoration:none;
font-weight:bold;
}
.backgroundTransperent
{
background-color:#ffffff;
padding:10px;
filter: alpha (opacity=85);
}
.Title{
background-color:#FFFFFF;
font-family:"Trebuchet MS";
font-size: 12px;
color: #C27526;
text-decoration:none;
font-weight:bold;
}