html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	height: 100%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.fullheight {
	height: 100%;
}

.titlewhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
}

.subtitlewhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.subsubtitlewhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

.topicwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.footnotewhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

.topicwhiteselected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.redbkg {
	background-color: #CC0000;
}

.redbold {
	font-weight: bold;
	color: #CC0000;
}

.bold {
	font-weight: bold;
}

.deleted {
	font-weight: bold;
	text-decoration: line-through;
}

.header {
	background-color: #CC0000;
	min-width: 800px;
}

.main {
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
}

.title {
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom: double #CC0000 medium;
	padding-left: 5px;
}

.imgborder {
	border-color: #000000;
	border-width: 1px;
}

a:link, a:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

a.topicwhite:link, a.topicwhite:visited, a.footnotewhite:link, a.footnotewhite:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.redbold:link, a.redbold:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover, a.topicwhite:active, a.topicwhite:hover, a.footnotewhite:active, a.footnotewhite:hover, a.redbold:active, a.redbold:hover {
	text-decoration: underline;
}

