body {
	font-family: Arial, Helvetica, 'Futura BK', Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #444444;
}
h1	{
	font-size: 16px;
}
img {
	border-style: none;
}
.toptitle {
	background-color: #0000FF;
	height: 32px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
input {
	font-size: 10px;
}
select {
	font-size: 10px;
}
.maintable {
	width: 800px;
	background-color: #F37221;
}
.frametable {
	width: 792px;
	background-color: #FFFFFF;
}
.rowhl {
	background-color: #CCCCFF;
}
.padrow {
	padding-bottom: 8px;
}
.imglink {
	cursor: hand;
}
a:link {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration:none;
}
a:active {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration:none;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
#FFMP_centeredcontent {
	width: 836px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -418px;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}
