body {
	font-family:		arial,helvetica,sans-serif,sans;
	font-size:		10pt;
	background:		#840000;
	color:			white;
}

a:link,a:visited,a:active,a:hover {
	color:			white;
	text-decoration:	underline;
}

.menubar {
	width:			150px;
	height:			100%;
	padding-left:		10px;
	font-size:		10pt;
	line-height:		15pt;
	display:		inline;
	float:			left;
}

.titlebox {
	width:			75%;
	height:			75px;
	display:		inline;
	text-align:		center;
	padding-top:		10px;
	float:			left;
}

.content {
	width:			75%;
	font-size:		12pt;
	display:		inline;
	padding-left:		20px;
	padding-right:		20px;
	text-align:		left;
	float:			left;;
}

.title {
	font-size:		18pt;
	font-weight:		bold;
	text-align:		center;
}

.subtitle {
	font-size:		10pt;
	text-align:		center;
}

.menuitem {
	line-height:		15pt;
}

.menuitem_indent {
	display:		block;
	list-style-type:	square;
	line-height:		15pt;
	padding-left:		10px;
	margin-left:		10px;
	
}

.footer {
	border-top-width:	2px;
	border-top-style:	inset;
	padding-top:		10px;
	font-size:		10pt;
	font-weight:		bold;
	text-align:		center;
}
	
.ep-subtitle {
        font-size:      14pt;
        font-weight:    bold;
}

