body {
	background:#800000;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFFacd;
}
th, td {
	padding: 0px;
	margin:0px;
}
a:link {
	color: #25A613;
}
a:hover {
	color: #666666;
}
a {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:105%;
	color:#800000;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	color: #3b3fdd;
	margin-top: 25px;
	margin-bottom: 3px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: bold;
	color: #483d8b;
	border-bottom: 1px dotted #D3D3D3;
}
h4 {
	color: #b0c4de;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 6px;
}
p {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size:73%;
	line-height:125%;
	margin:8px 0px 8px 0px;
	}
ul {
	list-style:disc;
	}
li {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size:73%;
	line-height:120%;
	}
#bodySection {
	margin: 0px;
	padding: 20px;
	vertical-align:text-top;
	background-color: #FFFacd;
      color: #800000;
}
#bodySection a {
	color: #25A613;
	background: none;
}
#bodySection a:hover {
	color: #666666;
	background: none;
}
.highlight {
	background-color: #D3E9CE;
}
.message {
	background-color: #0000ff;
      color: #ffffff;
}
.warning {
	background-color: #BB6611;
      color: #ffffff;
}
.debug {
	background-color: #CCCCFF;
      color: #ffffff;
}
.header {
	font-size: 200%;
}

