.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
	text-align: left;
}


.things {
	font-family: Times New Roman;
	font-size: 17px;
	color: #000000;
}

.textout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a.nav:link {
	color: #333333;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	}

a.nav:visited {
	color: #333333;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	}
a.nav:hover {
	color: #3366CC;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	}
input{
	border:1px solid #9D9D9E;
	font-size:11px;
	color:#003366;
	margin:0px;}
textarea{
	border:1px solid #9D9D9E;
	font-size:11px;}
select{
	border:transparent;
	font-size:11px;
	margin:0px;
	padding:0px;}
.checkbox{
	border:transparent;
	margin:0px;
	padding:0px;
	}
form{
	margin:0px;
}

.heading {
	color: #333333;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	}
	
.heading a{
	color: #333333;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	}
	
.heading a:hover{
	color: #000000;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	}