table.tablestuff {
	border : 2px solid Red;
}
BODY, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

a.Menu {
	text-decoration : none;
	color : #FFCC00;
	font-size : 12px;
}
a.Menu:hover {
	text-decoration : none;
	color : Red;
}

a.Menu:active {
	text-decoration : none;
	color : White;
}

.BodyText {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
}

.pageheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : Red;
	font-weight : bold;
}
.ParagraphHeader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color: Red;
}

tr.history {
	border : medium Red solid;
	
}

li.history {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	list-style : disc;
}

.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}
