body {
	background-color: #666666;
	background-image: url(../images/style/grill.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #333333;
}

.header {
	background-color: #000000;
	background-image: url(../images/headers/red.jpg);
	background-repeat: no-repeat;
}

.footer {
	color: #FFFFFF;
}

.menu {
	background-color: #000000;
	background-image: url(../images/style/menu.gif);
	background-repeat: repeat-x;
}

a.menulink {
	color: #FFFFFF;
	text-transform: uppercase; 
	text-decoration: none;
}

a.menulink:hover {
	color: #666666;
	text-transform: uppercase; 
	text-decoration: none;
}

a {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;

}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-transform: capitalize;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase; 
	color: #990000;
}

h4 {
	color: #FFFFFF;
	font-size: 11px;
	height: 18px;
	font-weight:normal;
	text-transform: uppercase; 
	background-color: #000000;
	background-image: url(../images/style/menu.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-top: 2px;
}

