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

.headings {
	font-family: Avantegarde, "sans serif";
	font-size: 13.5px;
	text-transform: uppercase;
	color: #000000;
}
.bodyAVANT {
	font-family: "century gothic";
	font-size: 12.5px;
	color: #3333CC;
}
a.bodyAVANT {
	font-family: "century gothic";
	font-size: 12.5px;
	color: #FFCC33;
}
.TitleAVANT {
	font-family: Avantegarde, Arial;
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #E58901;
	text-decoration: none;
}
.bodyAVANTbold {
	font-family: "century gothic";
	font-size: 13.5px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ED8207;
	text-decoration: none;
}
.name {
	font-family: "century gothic";
	font-size: 11px;
	text-transform: uppercase;
	color: #E1A849;
	text-decoration: none;
	font-weight: bold;
}
.position {
	font-family: "century gothic";
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
.Pulltext {
	font-family: "century gothic";
	font-size: 15px;
	color: #C17000;
	font-style: italic;
	font-weight: 600;
}
.sideNav {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #336699;
	text-decoration: none;
}
.NavLink {
	text decoration: underline;
	color: #FFFFFF;
	font-family: "century gothic";
	font-size: 14px;
	text-decoration: none;
}
a.NavLink {
	text decoration: underline;
	color: #FFFFFF;
	font-family: "century gothic";
	font-size: 14px;
	text-decoration: none;
}.TextBody {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #336699;
	text-decoration: none;
}
.SOLD {
	font-size: 14px;
	text-transform: uppercase;
	color: #990000;
}
.style4Copy {
color: #336699
}
.blue {
	color: #336699;
}
.sideNav {
	color: #F00;
}
.sideNav {
	color: #386698;
}
.sideNavSold {
	color: #F00;
}
.sideNavSOLD {
	color: #F00;
}
form.clean
{
	font-family: Arial, sans-serif;
	margin: 1em;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #eee;
	list-style: none;
	list-style-type: none;
}

form.clean *
{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

form.clean p
{
	margin: .5em 0;
	list-style: none;
	list-style-type: none;
}

form.clean input[type=text],
form.clean input[type=password],
form.clean textarea,
form.clean select
{
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	background-color: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	font-size: 1em;
	padding: .15em;
	width: 100%;
	list-style: none;
	list-style-type: none;
}

form.clean input:focus,
form.clean textarea:focus,
form.clean select:focus
{
	background-color: #ffe;
	list-style: none;
	list-style-type: none;
}

form.clean fieldset
{
	-webkit-border-radius: .6em;
	-moz-border-radius: .6em;
	border-radius: .6em;
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: .5em 1em;
	list-style: none;
	list-style-type: none;
}

form.clean fieldset legend
{
	color: #386698;
	font-size: 1.2em;
	margin-left: 1em;
	list-style: none;
	list-style-type: none;
}

form.clean ol
{
	list-style: none;
	list-style-type: none;
}

form.clean ol li
{
	margin: .5em 0;
	list-style: none;
	list-style-type: none;
}

form.clean ol li label
{
	display: block;
	list-style: none;
	list-style-type: none;
}

form.clean ol.table
{
	list-style: none;
	display: table;
	list-style: none;
	list-style-type: none;
}

form.clean ol.table li
{
	display: table-row;
	list-style: none;
	list-style-type: none;
}

form.clean ol.table li label[for]
{
	display: table-cell;
	text-align: right;
	padding: .5em;
	list-style: none;
	list-style-type: none;
}

form.clean div.col2 label
{
	float: left;
	width: 50%;
	list-style: none;
	list-style-type: none;
}

form.clean div.col3 label
{
	float: left;
	width: 33%;
	list-style: none;
	list-style-type: none;
}

form.clean div.col4 label
{
	float: left;
	width: 25%;
	list-style: none;
	list-style-type: none;
}

form.clean fieldset:first-child
{
	margin-top: 0;
	list-style: none;
	list-style-type: none;
}

form.clean input[type=button],
form.clean input[type=reset],
form.clean input[type=submit],
form.clean button
{
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	background-color: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	font-size: .85em;
	padding: .15em .4em;
	margin: 0 .3em;
	list-style: none;
	list-style-type: none;
}

form.clean input[type=submit]:hover,
form.clean input[type=reset]:hover,
form.clean input[type=button]:hover,
form.clean button:hover
{
	background-color: #ffd;
	list-style: none;
	list-style-type: none;
}
.bigtext {
	font-size: 36px;
	font-weight: lighter;
}
.tinytype {
	font-size: 9px;
}

