html, body {
	margin:0;
	padding:0;
	text-align:center;
}
body, th, td {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	color: #000066;
}

p {
	margin: 6px 12px 12px 12px;
	padding: 0;
}
p.noBottomMargin {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5 {
	margin: 18px 6px 12px 6px;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Lucida Sans, Arial, Verdana, Helvetica, sans-serif;
	clear: both;
}
h1 {
	margin-top: 6px;
	font-size: 150%;
}
h2 {
	font-size: 125%;
	background-color: #800000;
	color: #F9F9F9;
	padding: 2px 2px 2px 12px;
}
h3 {
	margin-bottom: 4px;
	margin-left: 12px;
	font-size: 110%;
}

/* For Major Heading with a minor heading right below it. */
h3.hmajor {
	text-align:center;
	margin-bottom: 0;
	font-size: 110%;
}
h3.hminor {
	text-align:center;
	margin-top: 0;
	margin-bottom: 6px;
	margin-left: 18px;
	font-size: 100%;
	font-style: italic;
}

h4 {
	margin-bottom: 2px;
	margin-left: 12px;
	font-size: 100%;
	font-style: italic;
}
h5 {
	font-size: 100%;
}
/* For elements that should look like headings. */
.heading {
	font-family: "Trebuchet MS", Tahoma, Lucida Sans, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}


ul {
	margin-top: 0;
	margin-right: 12px;
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}

/* P preceding a UL should have a little less spacing. */
.beforeUL {
	margin-bottom: 4px;
}


a:link, a:visited {
	color: #808000;
}

a:hover{
	color: #990000;
	text-decoration: none;
}

a:active {
	color: #990000;
}

img {
	border: none;
}

.nowrap {
	white-space: nowrap;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
	line-height: 0;
}



