﻿body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
div, p, td, blockquote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	padding: 3px 0 3px 0;
	margin: 1em 0 1em 0;
}
h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	color: #0d3964;
	padding: 3px 0 3px 0;
	margin: 1em 0 1em 0;
	border: none;
}
h1 {
	font-size: 120%;
}
h2{
	font-size: 115%;
}
h3{
	font-size: 102%;
}
h4{
	font-size: 100%;
}
a, i, em, b, strong, address {
	font-family: inherit;
	font-size: inherit;
}
.error {
	color: Red;
	font-style: italic;
	font-weight: bold;
}
big{
	font-size: 140%;
}
.waterMark{
	font-style: italic;
	color: #a33;
}
label{
	font-weight: bold;
}
#footerBox a{
	color: White;
}