
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	scrollbar-face-color: #1F0F09;
	scrollbar-highlight-color: #0B0503;
	scrollbar-shadow-color: #1F0F09;
	scrollbar-3dlight-color: #2E170E;
	scrollbar-arrow-color:  #FAE7A4;
	scrollbar-track-color: #0B0503;
	scrollbar-darkshadow-color: #98AAB1;
}

/* Style for a block - DIV */
.m0table0 {
	background: #54280D;
}
.m0table {
	background: #54280D;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background-image: url(button_filler.jpg);
	color: #FAE7A4;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background-image: url(button_filler.jpg);
	color: #FFFFFF;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background-image: url(button_filler.jpg);
	color: #FAE7A4;
}
/* Style for inner tag, mover (mouse over) state */
.m0moveri {
	font-family: Tahoma, MS Sans Serif, Verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
	background-image: url(button_filler.jpg);
	color: #FFFFFF;
	font-weight: bold;
}
/* Style for inner tag, mdown (mouse down) state */
.m0mdowni
{
	font-family: Tahoma, MS Sans Serif, Verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
	background-image: url(button_filler.jpg);
	color: #FFFFFF;
	font-weight: bold;
}
/* Style for inner tag, mout (mouse out) state */
.m0mouti
{
	font-family: Tahoma, MS Sans Serif, Verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
	background-image: url(button_filler.jpg);
	color: #FAE7A4;
	font-weight: bold;
}
/* Repeating horizontal border */
.horizborder {
background: url(images/horizborder.gif) repeat-x;
border-right: 0px solid black;
height: 16px;
padding: 0px;
}
/* Repeating verticle border */
.vertborder {
background: url(images/vertborder.gif) repeat-y ;
border-right: 0px solid black;
width: 16px;
padding: 0px;
}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("webfiles/tdstyles.css");