body{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: black;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	cursor: normal;
	font-family: Arial;
	font-size: 10pt;
}
	
.content{
	font-family: Arial;
	font-size: 12pt;
	color:white;
	width: 800px;
	position:relative;
	margin-left: 25px;
	margin-top: -80px;
	padding: 10px;
}


b {
	font-family: Arial;
	font-size: 10pt;
	color: black;
}

i {
	font-family: Arial;
	font-size: 10pt;
	color: #FFCD0A;
	font-weight: bold;
}


table {
	font-family: Arial;
	font-size: 10pt;
	color: black;
	padding: 0px;
}

.menu {
	margin-top: -20px;
	text-align: center;
}

.footer {
	font-family: arial;
	font-size: 7.5pt;
	color:white;
	font-weight: bold;
	margin-left:140px;
	width: 660px;
	height: 70px;
}


h1 {
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	width: 400px;
	height: 80px;
	font-size: 24pt;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	margin-left: 0px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h3 {
	Font-family: arial;
	font-size: 14pt;
	padding: 0px;
	margin-bottom: -8px;
	margin-left: 20px;
}
	
a
	{text-decoration: none; color:#FF720A; font-weight: bold;cursor: normal; }
a:visited
	{text-decoration: none; color:#FF720A; font-weight:bold; cursor: normal; }
a:hover
	{text-decoration: none; color:gray; font-weight: bold;cursor: normal; }

.menu a
	{text-decoration: none; color:black; font-weight: bold;cursor: normal; background-color:white; font-size: 12pt; border-bottom: solid 3px #E5E5E5; text-transform: uppercase}
.menu a:visited
	{text-decoration: none; color:black; font-weight: bold;cursor: normal; background-color:white; font-size: 12pt; border-bottom: solid 3px #E5E5E5; text-transform: uppercase}
.menu a:hover
	{text-decoration: none; color:#f6965c; font-weight: bold;cursor: normal; background-color:white; font-size: 12pt; border-bottom: solid 3px #878787; text-transform: uppercase}





