body {
	background-color: #E5E5E5;
	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;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
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: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #006699 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}


.Footer		{ font-weight: normal; font-size: 11px; color : #006699; }

.TitleSmall		{ font-weight: bold; font-size: 11px; color : #006699; }

.SmallText		{ font-weight: normal; font-size: 11px; color : #000000; }

input.Button {
	background-color : #FAFAFA;
	font-weight : bold;
	font-size: 10px;
}

input.InputText, textarea.TextArea, select {
	background-color : #FFFFFF;
}

.TitleMed {
	font-weight: bold;
	font-size: 14px;
	color : #DD6900;
	font-family: Arial, Helvetica, sans-serif;


}
.bodyText {

	background-color : #FFFFFF;
}
.BodySmall {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.BodyMed {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}