/* the body font, background color, and margins all described here, no need to repeat below or in body tag */
body {
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	
}
/* jan added justification */
.text {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #5E5E5E;
	/*text-align: justify; */
}
.linktext {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #FFCC66;
}
/* added so I don't have to define the class for every link in the site. Duplicates linktext, adds hover action  */
a:link {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #EE7621;
}
a:hover {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: none
}
a:visited {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #EE7621;
}

.news {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #6C9C8F;
}
.plaintext {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #6C9C8F;
}
.newsdate {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #6C9C8F;
}
.headline {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #6C9C8F;
}
.descriptext {
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #1C1C1C;

}
.nametext {
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #990000;
}

.small_title {
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.smalltext {
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	color: #1C1C1C;
}

.formLabel, .formInput input, .captchaTable {
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #5E5E5E;

}

.formInput input {border:solid 1px #72a093;}

