/* 
None of the centring scripts work without this at each page top:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
replacing <HTNL>
*/

body{
	background-color : #5B0000;
	font-family : verdana, sans-serif;
	font-size : 9px;
	color: #ffffff;
	/*background-image: url(../furniture/charcoalPanelBack.png);*/
	margin-left : auto;
	margin-right : auto;
	width : 900px;
}

a:link{
	color : #00ffff;
	text-decoration : none;
}

a:visited{
	color : #00ffff;
	text-decoration : none;
}

a:hover{
	color : #ff0000;
	text-decoration : none;
}

a:active{
	color : #00ffff;
	text-decoration : none;
}


.divGrey {
	background-color: #000000;
	}
	
.tableGrey{
	background-image: url();
	background-color : #5B0000;
}

.tableMenu{
	background-image: url();
	background-color : #5B0000;
}

.tableHeader{	
	background-image: url(../furniture/headerLogoDkRed.gif);
}

.text {
   font-size: 12px;
   font-weight: normal;
}

.textLarge {
   font-size: 20px;
   font-weight: normal;
}

.textBold {
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

.textSmall {
	font-size: 10px;
	font-weight: normal;
}

.textWhite {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

