body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	color: #2A377E;
	background-color: #71B82E;
}

td, p {
	font-size: 11px;
}

img {
	border: 0;
}

ol li {
	padding-bottom: 1em;
}

hr {
	margin: 1em 0;
	height: 1px;
	color: #CCC;
}

table {
	border: 0;
}

a:link {
	text-decoration: underline;
	color: #F07800;
}

a:visited {
	text-decoration: underline;
	color: #BF6000;
}

a:hover {
	text-decoration: none;
	color: #F07800;
}

a:active {
	text-decoration: none;
	color: #F07800;
}

.smallText {
	font-size: 9px;
	font-weight: normal;
}

.xSmallText {
	font-size: 8px;
	font-weight: normal;
}

.smallHeader {
	font-size: 16px;
	font-weight: bold;
}

.header {
	font-size: 20px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #2A377E;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}

h3 {
	margin: 2.5em 0 1em 0;
	font-size: 14px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 8px;
}

.bold {
	font-weight: bold;
}

.highlight {
	color: red;
	font-weight: bold;
	font-style: italic;
}

.block {
	display: block;
}

.leftJustify td {
	display: table-cell;
	text-align: left;
	padding-right: 1em;
}

.question {
	margin: 1.5em 0 .25em 0;
}

.answer {
	margin: 0 0 1.5em 1em;
}

.summary {
	padding: 1em 0;
	color: red;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.space {
	display: block;
	margin: 2em 0;
}

.spaceTop {
	display: block;
	margin: 2em 0 0 0;
}

.spaceBottom {
	display: block;
	margin: 0 0 2em 0;
}

.smallSpaceTop {
	display: block;
	margin: 1em 0 0 0;
}

.smallSpaceBottom {
	display: block;
	margin: 0 0 1em 0;
}

.xSmallSpaceTop {
	display: block;
	margin: .25em 0 0 0;
}

.textbox, .dropdownlist, .checkbox, .radiobutton, .button, .fileUpload {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.radiobutton label {
	padding-right: .5em;
}

.button {
	color: #FFF;
	background-color: #2A377E;
	padding: 1px;
	border: 1px solid #000;
}
