/* 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: 10px;
	color: #000000;
	}

h1 {
	font-size: 10px;
	color: #000000;
	}

a:link {
	color: #000000;
	text-decoration: underline;
	background-color: #FF7800;
	}
	a:hover {
		color: #000000;
		text-decoration: line-through;
		background-color: B95701;
		}
	a:active {
		color: #000000;
		text-decoration: underline;
		background-color: #B95701;
		}
	a:visited {
		color: #000000;
		text-decoration: line-through;
		background-color: #FF7800;
		}
	a:visited:hover {
		color: #000000;
		text-decoration: underline;
		background-color: #B95701;
		}
		
/* This version breaks many site layouts! Use the Mozilla version if you can. */
:link img { border: none}
:visited img { border: none }
:active img { border: 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: 11px;
	color: #4A453D;
	font-weight: bold;
}

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

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

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

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