/* CSS Document */

.maintext {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	line-height: 20px;

}

a:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
a:active {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	text-decoration: none; 
	} 
input {
	font-family: Tahoma;
	background-color: #FFFFFF;
	border: 1px solid #003366;
	font-size: 11px;
}
textarea {
	font-family: Tahoma;
	background-color: #FFFFFF;
	border: 1px solid #003366;
	font-size: 11px;
}
select {
	font-family: Tahoma;
	background-color: #FFFFFF;
	border: 1px solid #003366;
	font-size: 11px;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;

}
.bottomlinerighthand {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}

.padding {
	padding-left: 10px;

}
