body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-weight: lighter;
}
.yellow {
	background-color: #FFFF00;
}
.green {
	background-color: #99CC00;
}
.blue {
	background-color: #6699FF;
}
.darkblue {
	background-color: #3366FF;
}
table {
	text-align: left;
	vertical-align: top;
}

td {
	text-align: left;
	vertical-align: top;
}
th {
	text-align: left;
	vertical-align: top;
}
h5 {
	text-transform: uppercase;
	font-size: 12px;
}
h6 {
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
}
.notes {
	color: #3366CC;
	line-height: 15px;
}
.rubric {
	color: #CC0000;
	font-weight: bold;
}
p {
	font-weight: lighter;
}
p.title {
	text-transform: uppercase;
	font-weight: bold;
}
li {
	font-weight: lighter;
}

a:visited {
	color: #336633;
	text-decoration: none;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #006600;
}

a.nav:link {
	text-decoration: none;
	color: #006600;
}

a.nav:visited {
	text-decoration: none;
	color: #336633;

}
a.nav:hover {
	text-decoration: underline;
	color: #336633;
}
a.nav:active {
	text-decoration: underline;
	color: #006600;
}
a.button:link {
	text-transform: uppercase;
	text-decoration: none;
	color: #006600;
	background-color: #99CC00;
	padding: 5px;
	letter-spacing: 1px;
}
a.button:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: #009900;
	background-color: #99CC00;
	padding: 5px;
    letter-spacing: 1px;
}
a.button:active {
	text-transform: uppercase;
	text-decoration: none;
	color: #009900;
	background-color: #CCFF00;
	padding: 5px;
	letter-spacing: 1px;
}
a.button:hover {
	text-transform: uppercase;
	text-decoration: none;
	color: #009900;
	background-color: #CCFF00;
	padding: 5px;
	letter-spacing: 1px;
}
a.box:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.box:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.box:active {
	text-decoration: none;
	color: #00FFFF;
}
a.box:hover {
	text-decoration: none;
	color: #00FFFF;
}
a.top:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 1px;
}
a.top:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 1px;
}
a.top:active {
	text-decoration: none;
	color: #00FFFF;
	font-weight: lighter;
	letter-spacing: 1px;
}
a.top:hover {
	text-decoration: none;
	color: #00FFFF;
	font-weight: lighter;
	letter-spacing: 1px;
}
.reverse {
	color: #FFFFFF;
}
.top {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: lighter;
	letter-spacing: 1px;
}
.box {
	color: #FFFFFF;
	background-color: #6699FF;
}
.nav {
	color: #006600;
}
.legal {
	color: #006600;
	line-height: 15px;
	font-size: 10px;
}
.screen {
	background-color: #FFFFCC;
}
.screen2 {
	background-color: #FFFF99;
}
h2 {
	font-size: 25px;
}
.reversetitle {
	color: #FFFFFF;
	font-size: 24px;
}
.phones {
	margin: 15px;
}
select {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	padding: 2px;
}
div.seal {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 99;
}
