/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #94351F;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FDD389;
	text-decoration: none;
    scrollbar-base-color: #94351F;
    scrollbar-face-color: MEDIUM;
    scrollbar-track-color: #642315;
    scrollbar-highlight-color: LIGHT;
    scrollbar-3dlight-color: MEDIUM;
    scrollbar-shadow-color: DARK;
    scrollbar-darkshadow-color: MEDIUM;
    scrollbar-arrow-color: DARK;
}
A:LINK , A:ACTIVE , A:VISITED { 
	text-decoration: underline;
	color: #FDD389; 
} 
A:HOVER {
	text-decoration: underline;
	color: #FFFFFF;
} 
.bodytext {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FDD389;
	text-decoration: none;
}
A.bodytext:LINK , A.bodytext:VISITED , A.bodytext:ACTIVE { 
	color : #FDD389;
	text-decoration: underline;
}
A.bodytext:HOVER { 
	color : #FFFFFF;
	text-decoration: underline;
}

.bodybold {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FDD389;
	text-decoration: none;
	font-weight: bold;
}

.bodywhite {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
A.bodywhite:LINK , A.bodywhite:VISITED , A.bodywhite:ACTIVE { 
	color : #FFFFFF;
	text-decoration: underline;
}
A.bodywhite:HOVER { 
	color : #FDD389;
	text-decoration: underline;
}

.black {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.news {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FDD389;
	text-decoration: none;
	line-height: 1.9em;
}
A.news:LINK , A.news:VISITED , A.news:ACTIVE {
	color : #FDD389;
	text-decoration: underline;
}
A.news:HOVER { 
	color : #FFFFFF;
	text-decoration: underline;
}

