/* CSS Document */

.header {
	font-family:times, serif;
	font-size:120%;
	font-weight:bold;
}

.content {
	font-family:times, serif;
	font-size:80%;
}

.contentheader {
	font-family:times, serif;
	font-size:100%;
	font-weight:bold;
	margin-top:-2px;
}

.underline {
	border-bottom:solid;
	border-width:1px;
}

