@charset "utf-8";
/* CSS Document */

body{
background-image: url(images/top_line.gif);
background-repeat:repeat-x;
}
.text{
font-family: Tahoma;
font-size:11px;
color:#808080;
}
.heading{
font-family: Tahoma;
font-size:11px;
font-weight:bold;
color:#9EAA17;
}
.heading2{
font-family: Tahoma;
font-size:17px;
font-weight:bold;
color:#9EAA17;
}
.greentxt{
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#9EAA17;
}
.greytxt{
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#BDBCBC;
}
.bottom{
font-family: Tahoma;
font-size:11px;
color:#808080;
text-decoration:none;
}
.bottom:hover{
font-family: Tahoma;
font-size:11px;
color:#9EAA17;
text-decoration:none;
}
.horizdot{
background-image:url(images/dot_red.gif);
background-repeat:repeat-x;
background-position: center;
height:3px;
}
.vertdot1{
background-image:url(images/dot_green.gif);
background-repeat:repeat-y;
background-position: right;
}
.vertdot2{
background-image:url(images/dot_green.gif);
background-repeat:repeat-y;
background-position:left;
}
.vertdot3{
background-image:url(images/dot_grey.gif);
background-repeat:repeat-y;

}
.link{
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#BDBCBC;
}
.link:hover{
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#000000;
}
.link2{
font-family: Tahoma;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}
.link2:hover{
font-family: Tahoma;
font-size:11px;
color:#000000;
text-decoration:none;
}
.frmbox{
	width:200px;  
	font-family:Verdana; 
	font-size:11px; 
	color: #8E990B; 
	border:1px solid #CCCCCC; 
	background-color: #FBFCC5;
	scrollbar-track-color: #FBFCC5;
    scrollbar-shadow-color:#5C5C5C;
    scrollbar-face-color: #C5D232;
	scrollbar-arrow-color:#7D0403 ;
}
.frmbtn{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#9EAA17;
	background: transparent;
	border: 1px outset;
}