.text{
	color: #000000;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}

.stext{
	color: #000000;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}

.left_link{

   color: #A44710;
   font-weight: normal;
   font-family: tahoma;
   font-size: 11px;  
   text-decoration: none 
}

.left_link:hover{

   color: #75B02A;
   font-weight: normal;
   font-family: tahoma;
   font-size: 11px;  
   text-decoration: none 
}
.left_link:visited{

   font-weight: normal;
   font-family: tahoma;
   font-size: 11px;  
}
.left_link:active{
   font-weight: normal;
   font-family: tahoma;
   font-size: 11px;  
   text-decoration: none 
}

.butt{
    background-color: #68AB18; 
    color: #FFFFFF; 
    font-family: Tahoma;
	font-size: 11px;
    border: 1 solid #C8DEF3;
}
.butt1{
    background-color: #C8DEF3; 
    color: #000000; 
    font-family: Tahoma;
	font-size: 11px;
    border: 1 solid #FFFFFF;
}
.butta{
    background-color: #993300; 
    color: #ffffff; 
    font-family: Tahoma;
	font-size: 11px;
    border: 1 solid #C8DEF3;
}

.heading{
	color: #000000;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

a{
	
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	color: #C2582D;
	text-decoration: none;
}

a:hover {
	font-family: tahoma;
	color: #C2582D;	
	text-decoration: underline;
}

input
{
	background-color: white;
	font-size: 11px;
	font-family: tahoma;
	font-weight: normal;
	color: #515152;
	border:1px solid #515152;
}
select
{
	background-color: white;
	font-size: 11px;
	font-family: tahoma;
	font-weight: normal;
	color: #515152;
	border:1px solid #515152;
}
textarea
{
	background-color: white;
	font-size: 11px;
	font-family: tahoma;
	font-weight: normal;
	color: #515152;
	border:1px solid #515152;
}