.text {
	font-family: "Tahoma", "Arial";
	font-size: 11px;
}
.heading1 {
	font-family: "Tahoma", "Arial";
	font-size: 16px;
	color: #405887;
	font-weight: bold;
	padding-left:20px;
}
.heading2 {
	font-family: "Tahoma", "Arial";
	font-size: 12px;
	color: #405887;
	font-weight: bold;
}
.heading3 {
	font-family: "Tahoma", "Arial";
	font-size: 11px;
	color: #595959;
	font-weight: bold;
}
.smallwhite {
	font-family: "Tahoma", "Arial";
	font-size: 11px;
	color: #FFFFFF;
	padding-left:5px;
}
.links {
	color: #405887;
	font-weight: bold;
	text-decoration:none;
	a{color:#990000; text-decoration:none;}
	a:hover{color:#990000; text-decoration:underline;}
	 
	
input {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
select {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
textarea {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
