@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg1.gif);
	background-repeat: repeat;
}
.table {
	background-color: #880500;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin: 0px;
	padding: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #880500;
	border-bottom-color: #880500;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/button2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 33px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
}
.rollover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 33px;
	width: 100px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.button:hover {
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 33px;
	width: 100px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	padding-right: 25px;
	padding-left: 25px;
}
.centre {
	text-align: center;
	vertical-align: middle;
}
.seperation {
	background-image: url(images/seperation.gif);
	text-align: center;
	height: 30px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 75px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	padding-right: 25px;
	padding-left: 25px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-right: 25px;
	padding-left: 25px;
}
h5 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
