 
  .style1 {font-family: Tahoma }
  .g{font-family:Tahoma; font-size:11px;  color:#CACACA;text-decoration:none  }
   .b{font-family:Tahoma; font-size:11px;  color:#333333; }
   .b1{font-family:Tahoma; font-size:11px;  color:#333333;text-decoration:none }
   .b2{font-family:Tahoma; font-size:11px;  color:#727272;  }
   .s{font-family:Tahoma; font-size:11px;  color:#666666; }
   .s1{font-family:Tahoma; font-size:11px;  color:#616161; }
  .red{font-family:Tahoma; font-size:11px;  color:#8C040C;}
   .red2{font-family:Tahoma; font-size:11px;  color:#8C040C; text-decoration:none}
   
   .menubar {
   font-family:Verdana; 
   font-size:11px;  
   color:#ffffff; 
   text-decoration:none}
   
   .menubar a{
   font-family:Verdana; 
   font-size:11px;  
   color:#ffffff; 
   text-decoration:none}
   
   .menubar a:visited{
   font-family:Verdana; 
   font-size:11px;  
   color:#ffffff; 
   text-decoration:none}
   
   .menubar a:hover{
   font-family:Verdana; 
   font-size:11px;  
   color:#cccccc; 
   text-decoration:underline}
   
  
 
  #input{
  		width:79px; height:13px;
		border-width:1px;
		border-style:solid;
		border:none;
		background-color:#F0EAE3;
		}
		 
		
	  #textarea{
  		width:102px; height:48px;
		border-width:1px;
		border-style:solid;
		border:none;
		background-color:#F0EAE3;
		overflow:auto
		}


/*vertical menu*/

.arrowlistmenu{
width: 120px; /*width of menu*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #7D090B;
background: url(images/1.z4.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 70%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

