.border {
	background-color: #F0F0EF;
	margin: 5px;
	padding: 3px;
	border: 1px solid #470B62;
}
a:link {
	color: #003366;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #663333;
}
a:active {
	color: #663333;
}
.textsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.strongtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #333366;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #300B63;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-left: 15px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #300B63;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-left: 15px;
}
p {
margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.imagedivide {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDECA;
}
