@charset "utf-8";
/* CSS Document */

body {
	font-family: Calibri;
	font-size: 14px;
	color: #000000;
	padding: 3px;
}
h1 {
	font-family: Calibri;
	font-size: 30px;
	color: #361e72;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: Calibri;
	font-size: 22px;
	color: #361e72;
	font-weight: bold;
	text-align: center;
}
.callout {
	font-family: Calibri;
	font-size: 22px;
	color: #361e72;
	font-weight: bold;
}
a {
	font-family: Calibri;
	font-size: 14px;
	color: #361e72;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}
a:hover {
	font-family: Calibri;
	font-size: 14px;
	color: #361e72;
	text-decoration: none;	
}
input {
	font-family: Calibri;
	font-size: 14px;
	color: #666666;
	border: thin solid #999999;
}
textarea {
	font-family: Calibri;
	font-size: 14px;
	color: #666666;
	border: thin solid #999999;
}
.quote {
	font-family: Calibri;
	font-size: 20px;
	color: #361e72;
	line-height: 0px;
}

.rightalignquote {
	text-align: right;
}
.number {
	font-family: Calibri;
	font-size: 26px;
	font-weight: bold;
	color: #361e72;
}

.purpletext {
	color: #361e72;
	font-weight: bold;
	font-size: 16px;
}
.caption {
	font-family: Calibri;
	font-size: 12px;
	color: #361e72;
}
hr {
	color: #361e72;
	height: 2px;
}
.shading {
	background-color: #FFFF99;
	text-align: left;
	border: thin solid #361e72;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.underline {
	text-decoration:underline;
}
.centerimage {
	text-align: center;
}
img {
	margin: 5px;
}

