/* SCROLLBAR */
body {
	scrollbar-face-color:#9A9081; 
	scrollbar-shadow-color:#9A9081;
	scrollbar-highlight-color:#9A9081;
	scrollbar-3dlight-color:#4A453D;
	scrollbar-darkshadow-color:#4A453D;
	scrollbar-track-color:#4A453D;
	scrollbar-arrow-color:#4A453D;
	}

/* HTML STYLES */

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: FFFFFF;
	letter-spacing: 0px;
	line-height: 14px;
	}

h1 {
	font-size: 11px;
	color: FFFFFF;
	}

a:link {
	color: FF6600;
	text-decoration: underline;
	background-color: none;
	}
	a:hover {
		color: 993300;
		text-decoration: line-through;
		background-color: none;
		}
	a:active {
		color: 993300;
		text-decoration: underline;
		background-color: none;
		}
	a:visited {
		color: FF6600;
		text-decoration: line-through;
		background-color: none;
		}
	a:visited:hover {
		color: 993300;
		text-decoration: underline;
		background-color: none;
		}

/* CUSTOM STYLES (class) */

.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000000;
	}
	
	a.newstext:link {
		color: 000000;
	    text-decoration: underline;
	    background-color: FF7800;
	    }
	a.newstext:hover {
		color: 000000;
		text-decoration: line-through;
		background-color: B95701;
		}
	a.newstext:active {
		color: 000000;
		text-decoration: underline;
		background-color: B95701;
		}
	a.newstext:visited {
		color: 000000;
		text-decoration: line-through;
		background-color: FF7800;
		}
	a.newstext:visited:hover {
		color: 000000;
		text-decoration: underline;
		background-color: B95701;
		}

.newsdate {
	font-size: 11px;
	color: #4A453D;
	font-weight: bold;
}

.header {
	font-size: 12px;
	color: #4A453D;
	font-weight: bold;
}

.headersmall {
	font-size: 10px;
	color: #4A453D;
	font-weight: bold;
}

.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 999999;
	}

.bold {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

.orange {
	font-size: 12px;
	color: #FF7800;
	font-weight: bold;
}

.orangeDARK {
	font-size: 11px;
	color: #B95701;
	font-weight: bold;
}
