body{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.table.tblMain {
	background-color: #CCCCCC;
}

.table.tblMenu {
	background-color: #FFFFFF;
}

.table.tblMenu td{
	background-color: #CCCCCC;
	font-size: 18px;
	color: #990033;
	font-weight:bold;
}

.table.tblMenu a {
	background-color: #CCCCCC;
	font-size: 18px;
	color: #990033;
	font-weight:bold;
	text-decoration:none;
}

.table.tblContent {
	font-size: 12px;
}

.table.tblFooter  {
	background-color: #990033;
}

.table.tblFooter td {
	color: #CCCCCC;
	font-size: 11px;
}

.table.tblFooter a {
	color: #CCCCCC;
	font-size: 11px;
	text-decoration:none;
}

.table.tblFooter a:hover {
	color: #CCCCCC;
	font-size: 11px;
	text-decoration:underline;
}

h1{
	font-size: 16px;
	color: #990033;
	font-weight:bold;
	letter-spacing: 1px;
}
