/* -------HTML------- */

/* Scrollbar */
body {
scrollbar-face-color:#C7B9A9; 
scrollbar-shadow-color:#9D8468;
scrollbar-highlight-color:#E6DFD9;
scrollbar-3dlight-color:#E6DFD9;
scrollbar-darkshadow-color:#C7672E;
scrollbar-track-color:#E6DFD9;
scrollbar-arrow-color:#9D8468;
}

/* Main Body Text */

body, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #806A53;
}

/* Main Link Styles */

a:link {
color: #FF0000;
text-decoration: underline;
}
a:hover {
color: #FF0000;
text-decoration: underline;
}
a:active {
color: #FF0000;
text-decoration: underline;
}
a:visited {
color: #FF0000;
text-decoration: underline;
}
a:visited:hover {
color: #FF0000;
text-decoration: underline;
}

/* --------CUSTOM TEXT--------- */

/* - footer - */
.footer {
font-size: 10px;
color: #9D8468;
}

a.footer:link {
color: #9D8468;
text-decoration: none;
}
a.footer:hover {
color: #C7672E;
text-decoration: underline;
}
a.footer:active {
color: #FF0000;
text-decoration: none;
}
a.footer:visited {
color: #C7672E;
text-decoration: none;
}
a.footer:visited:hover {
color: #C7672E;
text-decoration: underline;
}

/* - forms - */

.forms {
background-color: #C7B9A9;
border-style: none
}

/* - subheads - */

.subheads {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size 23px;
font-weight: bold;
color: #9D8468;
}

a.subheads:link {
color: #9D8468;
text-decoration: none;
}
a.subheads:hover {
color: #9D8468;
text-decoration: underline;
}
a.subheads:active {
color: #9D8468;
text-decoration: underline;
}
a.subheads:visited {
color: #9D8468;
text-decoration: none;
}
a.subheads:visited:hover {
color: #9D8468;
text-decoration: underline;
}

/* - smallheders - */

.smallheaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9D8468;
	font-weight: bold;
}

/* - redsubheads - */

.redsubheads {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size 9px;
font-weight: bold;
color: #C7672E;
}

/* - whitesubheads - */

.whitesubheads {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size 10px;
font-weight: bold;
color: #FFFFFF;
}

/* - underlinelink - */

.underlinelink {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size 23px;
font-weight: bold;
color: #9D8468;
}

a.underlinelink:link {
color: #9D8468;
text-decoration: underline;
}
a.underlinelink:hover {
color: #9D8468;
text-decoration: underline;
}
a.underlinelink:active {
color: #9D8468;
text-decoration: underline;
}
a.underlinelink:visited {
color: #9D8468;
text-decoration: underline;
}
a.underlinelink:visited:hover {
color: #9D8468;
text-decoration: underline;
}

/* - newsheads - */

.newsheads {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size 9px;
font-weight: bold;
color: #9A0000;
}