.style1 {font-size: 8px}
tr {
	background-position:top;
	margin: 0px;
}
body {
	color: #333;
	margin: 0px;
	background: url(images/wallpaper.jpg);
	font: 13px/18px "Gill Sans MT", "Trebuchet MS", Verdana;
}
.button1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0A0A0A;
	border: 1px dotted #FFFFFF;
	background-color: #E5C9A1;
	padding: 3px;
	margin-bottom: 20px;
}

.white {
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #D20000;
}
.red {
	color: #F84808;
	font-weight: bold;
}

.size10 {
	font-size: 10px;
}
.grey {
	color: #969696;
}
h2 {
	font-size: 16px;
	color: #D20000;
	font-weight: bold;
	text-align: center;
}
a:hover {
	color: #FF0000;
}
.topmenu {
	background-color: #0A0A0A;
	height:20px;
	margin: 0px;
	padding: 0px;
}
	.topmenu a:link,.topmenu a:visited,.topmenu a:active
	{
	color:#FFFFFF;
	text-transform: uppercase;
}
.topmenu a:hover
	{
	color:#D20000;
	text-transform: uppercase;
}
h1 {
	color: #D20000;
	font-size: 20px;
	font-family: "Gill Sans MT", "Trebuchet MS", Verdana;
}
h3{color: #4A0800;
	font-size: 16px;
	font-family: "Trebuchet MS", Tahoma, Verdana;}
h4{color: #F84808;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #470C08;
	font-weight: normal;
	text-transform: uppercase;}
h5, h6 {color: #4A0800;
	font-size: 12px;}
.red {
	color: #D20000;
}
#menu {
	background-color:#000;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	
}
#menu a {
	background: #000;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	padding-left:20px;
	padding-right:20px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-transform: uppercase;
	font-weight:bold;
}
#menu a:hover {
	background: #D20000 bottom center no-repeat;
	color: #000;
	padding-bottom: 8px;
	font-weight:bold;
}

