body {
	background-image: url(Images/static/floormatblue.gif);
	margin: 0px;
}

td {
	font-size: 12px;
	font-family:Tahoma;
	color: white;
}

td.header {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

td.body {
	color: white;
	text-align: center;
	vertical-align: middle;
}

td.small {
	font-size: 0px;
}

td.red {
	background-image: url(Images/static/floormatmutedred.jpg);
	font-size: 0px;
}

H1 {
	color: white;
	margin-bottom: -20px;
	text-align: center;
	margin-left: 10px;
	font-weight: bold;
	font-size: 60px;
}

H2 {
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
}

H3 {
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

H4 {
	color: white;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
}

h5 {
	font-family: Arial;
	color: white;
	font-size: 24px;
	text-align: center;
}

h5.yellow {
	color: yellow;
}

h5.green {
	color: green;
}

h6 {
	margin-bottom: -15px;
	font-family: Arial;
	color: white;
	font-size: 12px;
	text-align: center;
}

h6.caption {
	margin-top: -5px;
	margin-bottom: -15px;
	font-family: Arial;
	color: white;
	font-size: 12px;
	text-align: center;
}

h6.underline {
	text-decoration: underline;
	margin-bottom: -15px;
	font-family: Arial;
	color: white;
	font-size: 12px;
	text-align: center;
}

h7 {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 20px;
}

h8 {
	color: white;
	text-align: left;
	font-size: 14px;
}

H9 {
	color: white;
	text-align: center;
	font-size: 18px;
}

form
{
	margin:0px;
}

A:Hover  {
	color: #ff6c06;
	text-decoration : underline;
}

A  {
	color: #feff04;
	font-style: italic;
}

p {
	color: white;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}


