/* CSS Document */

<style type="text/css">


a {
	text-decoration: underline;
	color:#990000;
}
a.1 {
	text-decoration: none;
	color:#F66013;
}
a.2 {
	text-decoration: underline;
	color:#F66013;
}
a.3 {
	text-decoration: none;
}

.t11 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #333333;
}
.inptTxt{
	border: 1px solid #333333; 	
		width: 120px;
		height: 18px;
			font-family: Tahoma;
			font-size: 11px;
				color: #333333;
}
option {
	border: 1px solid #333333; 	
		width: 120px;
		height: 18px;
			font-family: Tahoma;
			font-size: 11px;
				color: #333333;
}
.inptTxtArea{
	border: 1px solid #333333; 	
		width: 120px;
		height: 90px;
			font-family: Tahoma;
			font-size: 11px;
				color: #333333;
}
.inptSubmit{
	border: 1px solid #333333; 
		height: 18px;	
		font-family: Tahoma;
		font-size: 11px;
		font-weight: bold;
			color: #333333;
}
</style>
