.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.textBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bolder;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.textitalics {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	color: #AB955D;
	text-decoration: none;
}
.Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 26px;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: none;
	color: #002D93;
	text-decoration: none;
}
.hdlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #062A95;
	text-decoration: none;
}
#News {
	font-family: "Times New Roman", Times, serif;
	width: auto;
}

#News a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #002D93;
	padding: 5px;
	border: 1px solid #C3B48C;
	font-weight: bold;
	text-transform: uppercase;
}
#News a:hover {
	font-size: 12px;
	color: #002D93;
	text-decoration: none;
	background-color: #AC9364;
	padding: 5px;
	border: 1px solid #C3B48C;
	font-weight: bold;
	text-transform: uppercase;
}
.border {
	border: 1px solid #000000;
}
.left {
	float: left;
	margin: 10px;
}
.right {
	float: right;
	margin: 10px;
}
