body {
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.tablespace {
	padding-top: 50px;
	text-align: center;
	background: none;
}
table {
	background: #000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
.footer a {
	text-decoration: none;
}
.content {
	background-color: #000000;
	padding: 0 15px 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: text-top;
}
.contentimage {
	background-color: #000000;
	padding-bottom: 10px;
	padding-right: 11px;
	text-align: right;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
h2 {
	color: #e0187e;
	font-size: 16px;
	padding: 10px 0 0 0;
}
h3 {
	color: #fff;
	font-size: 14px;
	padding: 2px 0 0 0;
}
p {
	line-height: 18px;
		font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.nav ul {
	margin: 190px 0 0 0;
}
.nav li {
	list-style: none;
	background: url(bullet.jpg) no-repeat left;
	padding: 0 0 0 15px;
	margin: 6px 0 0 0;
	width: 150px;
	text-align: left;
}
.nav a {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
}
.nav a:hover {
	text-decoration: underline;
	color: #ee1b92;
}
