/* CSS Document */

/* aspx page styles*/




.txtbx
{
font-family:Arial;
font-size:12px;
font-weight:normal;
border-style:solid;
 border-width:1px;
 border-color:#ffb047;
 color:#ffb047;
 height:12px;
 width:150px;
}
.btn
{
    border-style:solid;
   border-color:#ffb047;
   border-width:1px;
   background-color: #ffb047;
   color:White;
   cursor:pointer;
    text-align: center;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
}
.watermarked 
{
    font-family:Arial;
    font-size:11px;
    font-weight:normal;
	height:11px;
	width:150px;
	
	padding:0 0 2px 0;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	




































/* design styles */
.txt
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:justify;
font-weight:normal;
}
.txt01
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
font-weight:normal;
}
.txt01:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#E36D00;
text-decoration:none;
font-weight:normal;
}
.txt02
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FEB669;
text-decoration:none;
font-weight:normal;
}
.txt:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
font-weight:normal;
}

.menus
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:none;
font-weight:normal;
}

.menus:hover
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF6820;
text-decoration:none;
font-weight:normal;
}


.para
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:justify;
font-weight:normal;
}