/* CSS Document */

.bottom {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color: #333333;
}
.txt {font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 11px;
text-decoration:none; }
.blue{	color: #194D89;
	font-weight: bold;
}.border {
	border: 1px solid #CCCCCC;
}
.heading {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.view{font-family: Verdana, Arial, Helvetica, sans-serif;
color: #003399;
font-weight:bold;
font-size: 11px; }
.textarea
{	
	border:none;
	width:106px;
	height:19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px; 	
}
.button
{
	background-attachment: fixed;
	background:url(images/submit.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 56px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: default;
}
