/* ___________ Menu Area ____________ */

.menuArea {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222;
}
.menuArea A:link, .menuArea A:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	font-weight: normal;
	text-decoration: none;
}

.menuArea A:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}


/* ___________ Members Area ____________ */


.membersArea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C30;
}
.membersArea A:link, .membersArea A:visited {
	color: #C30;
	text-decoration: none;
}

.membersArea A:hover {
	color: #F60;
	text-decoration: none;
}

.membersAreaSpecialText {
	color: #F60;
	font-size: 12px;
	font-weight: bold;
}

/* ___________ Contact Info _____________ */

.contactArea {
	color: #999;
}
.contactArea A:link, .contactArea A:visited {
	font-weight: normal;
	color: #999;
}

.contactArea A:hover {
	color: #FFF;
	text-decoration: none;
}

/* _______________ Main Body _______________ */

BODY, TD, TH, LI {
	scrollbar-face-color: #F60;
	scrollbar-shadow-color: #000;
	scrollbar-highlight-color: #FFF;
    scrollbar-3dlight-color: #F60;
	scrollbar-darkshadow-color: #000;
    scrollbar-track-color: #C30;
	scrollbar-arrow-color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
}


.specialText {
	font-weight: bold;
	color: #F60;
}

.specialText1 {
	font-weight: bold;
	color: #C30;
}

.headerText {
	font-weight: bold;
	color: #F60;
	font-size: 14px;
}

.smallPrint {
	font-size: 10px;
}

A:link { 
	color: #CCC; 
	font-weight: bold;
}
A:visited {
	color: #CCC;
	font-weight: bold;
}
A:hover { 
	color: #FFF; 
	text-decoration: none;
}

.specialLink A:link, .specialLink A:visited{
	color: #F60;
	font-weight: bold;
}

.specialLink A:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
