a {
	font-size: 10px;
	color: #D8D8D8;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D8D8D8;
}
a:hover {
	text-decoration: none;
	color: #BDDD6E;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.link{font-family:Tahoma; font-size:11px;  color:#BFDC70; }
.main{font-family:Tahoma; font-size:11px;  color:#B8B8B8; }
.radio{font-family:Tahoma; font-size:11px;  color:#363636; background-color:#ACACAC; }
.green{font-family:Tahoma; font-size:11px;  color:#A4BB66; text-decoration:none }
.policy{font-family:Tahoma; font-size:10px;  color:#909191; text-decoration:none}
.white{font-family:Tahoma; font-size:10px;  color:#CCCCCC; }
.scroll{font-family:Tahoma; font-size:11px;  color:#D8D8D8; text-decoration:none}
.handcursor{ cursor:hand; cursor:pointer;}


body{
	scrollbar-3dlight-color:#C3C3C3 ;
    scrollbar-track-color:#363636;
    scrollbar-shadow-color:#C3C3C3 ;
    scrollbar-face-color:#C3C3C3; 
	scrollbar-arrow-color:#C3C3C3 ;
	scrollbar-darkShadow-color:#C3C3C3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #373738;
	background-image: url(images/tal_main.gif);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Tahoma;
	color: #D8D8D8;
	font-size: 11px;
}

  #input{
  		width:281px; height:22px;
		border-width:1px;
		border-style:solid;
		border-color:#1E1E1E;
		background-color:#444444;
		}
		 
		
	  #textarea{
  	width:281px; height:134px;
		border-width:1px;
		border-style:solid;
		border-color:#1E1E1E;
		background-color:#444444;
		overflow:auto
		}