html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	margin: 10px 10px 10px 10px;
	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;
}

.coloredbkg {
	background-color: #003366;
}

.coloredbold {
	font-weight: bold;
	color: #003366;
}

.bold {
	font-weight: bold;
}

.deleted {
	font-weight: bold;
	text-decoration: line-through;
}

.header {
	background-color: #3366CC;
	min-width: 800px;
}

.main {
	background-color: #FFFFFF;
	padding: 25px 25px 25px 25px;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
}

.imgborder {
	border-color: #000000;
	border-width: 1px;
}

.imgnoborder {
	border-width: 0px;
}

a:link, a:visited {
	color: #003366;
	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.subtitlewhite:link, a.subtitlewhite:visited, a.subtitlewhite:active, a.subtitlewhite:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.titlewhite:link, a.titlewhite:visited, a.titlewhite:active, a.titlewhite:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

a.coloredbold:link, a.coloredbold:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover, a.topicwhite:active, a.topicwhite:hover, a.footnotewhite:active, a.footnotewhite:hover, a.coloredbold:active, a.coloredbold:hover {
	text-decoration: underline;
}

.sigplan {
	font-size: 18px;
	font-family: verdana, arial, helvetica, "sans-serif"; 
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
