/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #454545;
	scrollbar-arrow-color:  #FFDD33;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #202020;
}

/* General font families for common tags */
font,th,td,p { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { color : #FFDD33; }
a:hover		{ text-decoration: underline; color : #E98219; }
hr	{ height: 0px; border: solid #454545 0px; border-top-width: 1px;}


/* The largest text used in the index page title and toptic title etc. */
.sitetitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #EEEEEE; }

/* The site menu at the top of the page */
.sitemenu		{ font-size : 14px; color : #FFFFFF; font-weight: bold; }
.sitemenu a		{ text-decoration: none; color : #FFDD33;  }
.sitemenu a:hover{ text-decoration: underline; color : #DD6900; }

/* The site area menu at the top of the page */
.areamenu		{ font-size : 11px; color : #FFFFFF; }
.areamenu a		{ text-decoration: none; color : #FFDD33;  }
.areamenu a:hover{ text-decoration: underline; color : #E98219; }