/* sets page defaults */
body
{
	background-color: #BBBBBB;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
/* Sets default font size and color, not realy used */
table
{
	color: #000000;
 	font-size: 10px;
	font-weight: normal;
}

/* Make sure that the table widths for the 'main' and 'plain' classes match */

/* Main table settings, provides border colour and a 1px border of colour around table rows/columns*/
table.main
{
	border: 1px solid black;
	background-color: #F4F4F4;
	background-image: url();
	background-position: ;
	background-repeat: ;
	padding: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	
} 
/* Defines font size/color for the bread crumb and the stats/login DO NOT ADD A BACKGROUND COLOR */
table.plain
{
	
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
/* Defines font size/color for the login window DO NOT ADD A BACKGROUND COLOR/IMAGE */
table.stats
{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
/* Sets the background colour for the stats/login bar same colour as tr.sub-title recommended */
/* If using images remember its a lot taller than the tr.sub-title class */
tr.stats
{
	background-color: #ccddee;
	background-image: url();
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: ;
}
/* Sets the background colour and font size for the title rows */
tr.title
{
	background-color: #214C7D;
	background-image: url();
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: ;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
/* Sets the background colour and font size for the sub-title rows */
tr.sub-title
{
	background-color: #ccddee;
	background-image: url();
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: ;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
/* Sets the background colour and font size for the post body */
tr.body
{
	background-color: #FFFFFF;
	background-image: url();
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
/* Sets the background colour and font size for the Admin menu */
td.body
{
	background-color: #FFFFFF;
	background-image: url();
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border: 1px solid black;
	height: 100%;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
/* Sets the style for the rule around quote tags */
hr
{
	height: 1px;
	color: #cccccc;	
}
/* Sets the style for the rule for the signatures */
hr.post
{
	color: #cccccc;
	height: 1px;
	width: 50%;	
}

/* standard link styles */
.plain a:link
{
	color: #006699;
	text-decoration: none;
}

.plain a:visited
{
	color: #006699;
	text-decoration: none;
}

.plain a:hover
{
	color: #FFA500;
	text-decoration: underline;
}

.plain a:active
{
	color: #FFA500;
	text-decoration: underline;
}

/* Title link styles */
.title a:link
{
	color: white;
	text-decoration: none;
}

.title a:visited
{
	color: white;
	text-decoration: none;
}

.title a:hover
{
	color: #FFA500;
	text-decoration: underline;
}

.title a:active
{
	color: #FFA500;
	text-decoration: underline;
}

/* Sub-title link styles */
.sub-title a:link
{
	color: #224466;
	text-decoration: none;
}

.sub-title a:visited
{
	color: #224466;
	text-decoration: none;
}

.sub-title a:hover
{
	color: #FFA500;
	text-decoration: underline;
}

.sub-title a:active
{
	color: #FFA500;
	text-decoration: underline;
}

/* Post link styles */
.body a:link
{
	color: #006699;
	text-decoration: none;
}

.body a:visited
{
	color: #006699;
	text-decoration: none;
}

.body a:hover
{
	color: #FFA500;
	text-decoration: underline;
}

.body a:active
{
	color: #FFA500;
	text-decoration: underline;
}
/* Stats link styles */
.stats a:link
{
	color: #006699;
	text-decoration: none;
}

.stats a:visited
{
	color: #006699;
	text-decoration: none;
}

.stats a:hover
{
	color: #FFA500;
	text-decoration: underline;
}

.stats a:active
{
	color: #FFA500;
	text-decoration: underline;
}
