body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.whiteLine {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.homeBg {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	height: 450px;
	padding: 25px;
}
.footer {
	font-size: 8pt;
	color: #FFFFFF;
	height: 70px;
	background-color: #006D29;
}
a:link {
	color: #1E447A;
	text-decoration: underline;
}
a:visited {
	color: #1E447A;
	text-decoration: underline;
}
a:hover {
	color: #006D29;
	text-decoration: underline;
}
a:active {
	color: #1E447A;
	text-decoration: underline;
}

a.footerLink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footerLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footerLink:active {
	color: #FFFFFF;
	text-decoration: none;
}
.rightColumn {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 12px;
}
.leftColumn {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 15px;
}
.middleColumn {
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	font-size: 20px;
	color: #1E447A;
	line-height: 20px;
}
h2 {
	font-size: 16px;
	color: #006D29;
	line-height: 18px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #1E447A;
}
.quotes {
	color: #1E447A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.leftBorder {
	background-image: url(images/left-border.gif);
	background-repeat: repeat-y;
	width: 8px;
	background-position: right;
}
.rightBorder {
	background-image: url(images/right-border.gif);
	background-repeat: repeat-y;
	width: 8px;
	background-position: left;
}
ol {
	list-style-type: lower-alpha;
}
