 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #999999;
	scrollbar-face-color: #DCF2A9;
	scrollbar-highlight-color: #CDEC84;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited {
	color : #CCFF66;
}
a:hover                {
	text-decoration: underline;
	color : #CCCC66;
}
hr        { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline        {
	background-color: #003366;
	border: 1px #98AAB1 solid;
}

.blackbox {
        border-top: solid 1px;
        border-bottom: solid 1px;
        border-left: solid 1px;
        border-right: solid 1px;
        border-color: #CCCCCC;
        border-color: {1};
        }

/* This Class is for the button rollovers */	  
		  
.button {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	font-weight: bold;    
	background-color: #CDEC84;    
	border-style: solid;        
	/*width : 60px;*/
	height : 25px;
	font-weight : normal;
	cursor : hand;
	border-top-color : Black;
	border-left-color : Black;
	border-bottom-color : Black;
	border-right-color : Black;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
}

.buttonOVR {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	font-weight: bold;    
	background-color: #5A91B6;    
	border-style: solid;        
	/*width : 60px;*/
	height : 25px;
	font-weight : normal;
	cursor : hand;
	border-top-color : Black;
	border-left-color : Black;
	border-bottom-color : Black;
	border-right-color : Black;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
}	

/* This is the outline round the main forum tables */
.forumline        { background-color: #FFFFFF; border: 2px #006699 solid; }

.header{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #333333;
}


.regular
{
	font-size: 12px;
	line-height: 115%;
	font-family: "arial";
	color: #000000;
}

.regularBold
{
	font-size: 12px;
	font-weight: bold;
	line-height: 135%;
	font-family: "arial";
	color: #333333;
}

.regularGrey
{
	font-size: 12px;
	line-height: 105%;
	font-family: "arial";
	color: Gray;
}

.blueBold
{
	font-size: 12px;
	font-weight: bold;
	line-height: 135%;
	font-family: "arial";
	color: #CCCCCC;
}

.blueBoldItalics
{
	font-size: 12px;
	font-weight: bold;
	line-height: 135%;
	font-family: "arial";
	color: #7B5000;
	font-style : italic;
}

.darkGreyBold
{
	font-size: 12px;
	font-weight: bold;
	line-height: 135%;
	font-family: "arial";
	color: #666666;
}

.small
{
	font-size: 10px;
	line-height: 95%;
	font-family: "arial";
	color: #FFFFFF;
}

.copyright
{
	font-size: 10px;
	line-height: 95%;
	font-family: "arial";
	color: #CCFF66;
}
.redNotice {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
.greenNotice {
	font-size: 12px;
	line-height: 95%;
	font-family: "arial";
	color: #CCFF66;
}
