

/* General text */
.gen { font-size : 12px; }
.genmed,.genmedgreen,.genmedred,.genmedblue { font-size : 12px; }
.gensmall { font-size : 12px; }
.gen,.genmed,.gensmall {  color:#502E6D;}
.genmedgreen {  color:#502E6D; }
.genmedred {  color:#502E6D; }
.genmedblue {  color:#502E6D; }
a.gen,a.genmed,a.gensmall {  color:#502E6D; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{  color:#502E6D; text-decoration: underline; }

/* Header cells - the blue and silver gradient backgrounds */
th	{
	background-color:#502E6D;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color:#502E6D;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

tr.cat {
	background-color:#502E6D;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

tr.reset {

	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

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


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

/* This is the outline round the main forum tables */
.forumline	{ background-color: #000000; border: 0px #FFB019 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF; color:#502E6D;}
td.row2	{ background-color: #FFFFFF; color:#502E6D; }
td.row3	{ background-color: #FFFFFF; color:#502E6D; }
tr.row1	{ background-color: #FFFFFF; color:#502E6D; }
tr.row2	{ background-color: #FFFFFF; color:#502E6D; }
tr.row3	{ background-color: #FFFFFF; color:#502E6D; }
tr.rowhover	{background-color: #DDDDDD;}
