body {
	background-color: #FFFFFF;
	margin-top: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #333333;
}
.Fields {
	background-color: #F2F2F2;
}
hr {
	color: #6EB43F;
	background-color: #FFFFFF;
	border: 1px dotted #6EB43F;
	border-style: none none dashed;
}

/*
-----------------------------------------------
text
----------------------------------------------- */
a {
	color: #0083A9;
	text-decoration: none;
}
a:visited {
	color: #9966CC;
	text-decoration: none;
}
a:hover {
	color: #0083A9;
	text-decoration: underline;
}
.Title {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 16px;
	color: #666666;
}
.GreenTitle {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 16px;
	color: #6EB43F;
}
.Subtext {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 15px;
	color: #999999;
}
.Smalltext {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #666666;
}
.SecondNav {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #999999;
	padding-top: 12px;
}
.SecondNav a:link {
	color: #0083A9;
	text-decoration: none;
}
.SecondNav a:visited {
	color: #0083A9;
	text-decoration: none;
}
.SecondNav a:hover{
	color: #0083A9;
	text-decoration: underline;
}
.FooterAddress {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #666666;
}
.FooterAddress a:link {
	color: #666666;
	text-decoration: none;
}
.FooterAddress a:visited {
	color: #666666;
	text-decoration: none;
}
.FooterAddress a:hover{
	color: #0083A9;
	text-decoration: none;
}
.Copyright {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 2em;
}
.Copyright a:link {
	color: #999999;
	text-decoration: none;
}
.Copyright a:visited {
	color: #999999;
	text-decoration: none;
}
.Copyright a:hover {
	color: #0083A9;
	text-decoration: none;
}

/*
-----------------------------------------------
div
----------------------------------------------- */
.header {
	width: 800px;
	margin: auto;
	clear: both;
	text-align: right;
}
.bodyhome {
	width: 800px;
	margin: auto;
	clear: both;
}
.bodyinterior {
	width: 800px;
	margin: auto;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footerhome {
	width: 800px;
	margin: auto;
	clear: both;
	padding-top: 15px;
}
.footerinterior {
	width: 800px;
	margin: auto;
	clear: both;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

