/*////////////////////// FONT STYLES */
/*////////////////////// FONT STYLES */

body, td, input, select, textarea {
	}

.text, td {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #666666;
	text-decoration: none; 
	line-height: 17px;
}

td {
	line-height: 12px;
}
select, input, textarea, file, .font9 {
	font-size: 9px;
}

.pagehead, H1 { 
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	color: #A77851;
	margin-top: 6px;
	margin-bottom: -2px;
}
.subhead, H2 { 
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #A77851;
	margin-top: 6px;
	margin-bottom: -2px;
}
.footer { 
	font-size: 9px;
	line-height: 14px;
	color: #999999;
}
.mainmenu { 
	font-size: 11px;
	color: #999999;
}

.submenu { 
	font-size: 11px;
	color: #AC9D89;
	line-height: 12px;
}

.contentframe { border: 0px black dotted; }
.anchor { border: 0px black dotted; }
.error { color: #990000; font-weight: bold; }
.alert { color: #CC9900; font-weight: bold; }
.break { font-weight: bold; }



/*////////////////////// LINKS */
/*////////////////////// LINKS */
a, a:link, a:visited {
	text-decoration: none;
	color: #C6AA8E;
}

#mainmenu a {
	color: #888888;
}

#submenu a {
	color: #C6AA8E;
}

#footer a, #footer a:link, #footer a:visited 
{
	color: #999999;
}

a:hover, #mainmenu a:hover, #submenu :hover {
	text-decoration: none;
	color: #000000;
}
.btnlarge { color: #FFFFFF; font-weight: bold; font-size: 13px; text-decoration: none;} 
.btnsmall { color: #FFFFFF; font-weight: bold; font-size: 10px; text-decoration: none; text-transform: uppercase; line-height: 14px;} 



/*////////////////////// FORMS */
/*////////////////////// FORMS */
.form3 {
	width: 25px;
}
.form10 {
	width: 125px;
}

.formText {
	width: 148px;
}
.formWideText {
	width: 225px;
}
.formNarrowText {
	width: 100px;
}

.formTextarea {
	width: 230px;
	height: 50px;
}

.formSubmit {
	width: 100px;
	line-height: 14px;
	font-size: 12px;

}

