/* 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;
}
A:LINK , A:ACTIVE , A:VISITED { 
	text-decoration: none;
	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 { 
	color : #FDD389;
	text-decoration: none;
}
A.bodytext:HOVER, A.bodytext:ACTIVE { 
	color : #FFFFFF;
	text-decoration: underline;
}

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

.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 {
	color : #FDD389;
	text-decoration: underline;
}
A.news:HOVER, A.news:ACTIVE { 
	color : #FFFFFF;
	text-decoration: underline;
}

/*-------- Highlight the Active Link----------*/
body#link1 a#link1,
body#link2 a#link2,
body#link3 a#link3,
body#link4 a#link4,
body#link5 a#link5,
body#link6 a#link6,
body#link7 a#link7,
body#link8 a#link8,
body#link9 a#link9,
body#link10 a#link10 {
	color: #ffffff;
	text-decoration: underline;
}




