

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	scrollbar-face-color: #CCCC66;
	scrollbar-highlight-color: #669900;
	scrollbar-shadow-color: #669900;
	scrollbar-3dlight-color: #999933;
	scrollbar-arrow-color: #669900;
	scrollbar-track-color: #333300;
	scrollbar-darkshadow-color: #80C000;
	color: #FFEC9D;
	background-image: url(../images/bg001.gif);
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-position: bgproperties fixed;
	marginwidth: 0;
	marginheight: 0;
}

/* General font families for common tags */
font,td,p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : 14px;
}
a:link {
	text-decoration: none;
	color : #FFFFCC;
	font-size : 14px;
	font-weight : normal;
}
a:active {
	text-decoration: none;
	color : #FFFF99;
}
a:visited {
	text-decoration: none;
	color : #FFFFCC;
	font-size : 14px;
	font-weight : normal;
}
a:hover		{
	text-decoration: none;
	color : #FF3300;
}


hr {
	border : medium dotted #999900;
}

/* This is the outline round the main forum tables */
.forumline	{
	border: 2px solid #999933;
	float: none;
	background-image : url(images/background2.gif);
	font-size : 14px;
}

/* The largest text used in the index page title and toptic title etc. */

h3  {
	color: #663300;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	line-height: 120%;
	background-image: url(../images/th02.gif);
	text-decoration: none;
	width : 90px;
	text-align : center;
	border : 2px groove #999900;
}

h4 {
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : #99CC00;
	border-top : 5px groove #669933;
	border-left : 5px groove #669933;
}

h5 {
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : #999900;
}


/* Form elements */
input,textarea  {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #996600;
	background-color : #FFFFCC;
}
select {
	color : Black;
	font: normal 11px ;
	border : 2px groove #996600;
	background : #FFFFCC;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* The text input fields background colour */
input.post,textarea  {
	background-color : #FFFFCC;
} 
 


input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #999900;
	background-image: url(../images/menu000.gif);
	border-color: #996600;
	color : #663300;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #999900;
	background-image: url(../images/menu000.gif);
	border-color: #996600;
	color : #663300;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* None-bold submit button */
input.liteoption {
	background-color : #999900;
	background-image: url(../images/menu000.gif);
	border-color: #996600;
	color : #663300;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*   button */


.button {
	background-color : #999900;
	background-image: url(../images/menu000.gif);
	border : 4px outset #996600;
	color : #663300;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 85px;
	text-align : center;
}

.button2 {
	background-color : #999900;
	background-image: url(../images/menu000.gif);
	border : 4px inset #996600;
	color : #663300;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width : 85px;
	text-align : center;
}



/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline {
	background-color: #999900;
	background-image: url(../images/th02.gif);
	border-style: none;
}


