/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	font-size: 12px;
	font-family: palatino, georgia, times new roman, serif;
}

/* General font families*/
font	{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 12px;}

a		{ text-decoration: none; color: #BB6633; }
a:visited	{ color: goldenrod; }
a:hover		{ text-decoration: underline; color: #DD6900; background-color: #EDEDED; }

h1		{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; line-height: 120%; color: #000000; font-size: 22px;}
h2		{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 18px;}


hr		{ height: 2px; border: solid #D1D7DC 3px; border-top-width: 3px;}

/* This is the border line & background colour round the entire page */
/*.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }*/

/* This is the outline round the main forum tables */
.headerLine	{ background-color: #000000; border: 2px #006699 solid; }




/* Table properties: fonts, cell colours and backgrounds */
td		{ font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 12px;}
td.row1A	{ background-color: #EFEFEF; }
td.row1B	{ background-color: #EFEFEF; text-align: center}
td.row2A	{ background-color: #DEE3E7; }
td.row2B	{ background-color: #DEE3E7; text-align: center}
td.row3A	{ background-color: #D1D7DC; }
td.row3B	{ background-color: #D1D7DC; text-align: center}

td.rowBase	{ background-color: #EBEBEB;}
td.norm0	{ text-align: center font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12px;}

td.row1A_s	{ background-color: #EFEFEF; font-size: 10px}
td.row1B_s	{ background-color: #EFEFEF; font-size: 10px; text-align: center}
td.row2A_s	{ background-color: #DEE3E7; font-size: 10px}
td.row2B_s	{ background-color: #DEE3E7; font-size: 10px; text-align: center}
td.row3A_s	{ background-color: #D1D7DC; font-size: 10px}
td.row3B_s	{ background-color: #D1D7DC; font-size: 10px; text-align: center}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	/*color: #FFA34F;*/
	color: #FFFFFF;
	background-color: #006699; height: 25px;
	/*background-image: url(images/cell.gif);*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; font-weight : bold;
}

-->
