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

/* Scrollbar */
body {
scrollbar-face-color:#DDD4C1; 
scrollbar-shadow-color:#DDD4C1;
scrollbar-highlight-color:#DDD4C1;
scrollbar-3dlight-color:#4B231B;
scrollbar-darkshadow-color:#4B231B;
scrollbar-track-color:#DDD4C1;
scrollbar-arrow-color:#4B231B;
}

/* Main Body Text */

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

/* Main Link Styles */

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

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

/* - footer - */
.footer {
font-size: 10px;
color: #6F3528;
}

a.footer:link {
color: #6F3528;
text-decoration: underline;
}
a.footer:hover {
color: #6F3528;
text-decoration: none;
}
a.footer:active {
color: #6F3528;
text-decoration: underline;
}
a.footer:visited {
color: #6F3528;
text-decoration: underline;
}
a.footer:visited:hover {
color: #6F3528;
text-decoration: underline;
}


/* - splash - */
.splash {
font-size: 9px;
color: #CCCC99;
}

a.splash:link {
color: #CCCC99;
text-decoration: underline;
}
a.splash:hover {
color: #CCCC99;
text-decoration: none;
}
a.splash:active {
color: #CCCC99;
text-decoration: underline;
}
a.splash:visited {
color: #CCCC99;
text-decoration: underline;
}
a.splash:visited:hover {
color: #CCCC99;
text-decoration: none;
}

/* - forms - */

.forms {
background-color: #FFFFFF;
border-style: none
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #663333
}
.header {  font-weight: bold; color: #6f3528; font-size: 14px}
.headerwhite {  font-weight: bold; color: #FFFFFF}
.subhead {  font-weight: bold}
.subheadwhite {  font-weight: bold; color: #FFFFFF}
.tiny {  font-size: 10px}
