body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h2, h3, h4 {
	color: #74278D;
}

h1, h2 {  }

h1 { color: #BF002C; font-size: 24px; }
h2 { font-size: 22px; line-height: 24px; }
h3 { font-size: 18px; line-height: 20px; }
h4 { font-size: 14px; line-height: 16px; }

p, ol, ul { font-size: 12px; }

p { line-height: 18px; }

ol, ul { line-height: 14px; }

a:link {
	color: #C0012C;
	text-decoration: underline;
}
a:hover {
	color: #C0012C;
	text-decoration: underline;
}
a:visited {
	color: #C0012C;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
	color: #C0012C;
}

.sidebar
{
	margin-right: 10%;
	margin-left: 10%;
}

#smallText {
	font-size: 10px;
	line-height: 12px;
}

.callouts {
font-family: Trebuchet, Georgia, serif;
font-size: 16px;
font-weight: bold;
color: #74278D;
letter-spacing: -1pt;
line-height: 175%;
text-align: center;
}

.content {
	padding: 10px;
	margin: 0px;

}