body {
	background-color: #3a1827;
	margin: 5;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
}

form {
	margin: 0;
}

p,td,li {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11pt;
}


h1 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

h4 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

h5 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

h6 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}



a:hover {
	text-decoration: underline;
}

a.button (
	color: #ffffff;
	text-decoration: none;
}
a.button:hover (
	color: #CC9900;
}

.ContentCell {
	background-color: #F1E8EC;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
