body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
}
h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}
h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}
strong {
	color: #666666;
}
td.divider {
	color: #BBBBBB;
}
td.phone {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
	padding-bottom: 5px;
}
a {
	color: #000066;
}
a:hover {
	color: #FF6600;
}
a.nav {
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
}
a.subnav {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.subnav:hover {
	font-size: 10px;
	text-decoration: underline;
}
a.subnavhilite {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
a.subnavhilite:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF;
}
a.footernav {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
a.footernav:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF;
}


input.textbox {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #BBBBBB;
}

textarea.textbox {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #BBBBBB;
}

input.button {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	width: 90px;
	height: 26px;
	cursor: pointer;
}
label {
	cursor: pointer;
}

.small {
	font-size: 10px;
}