BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}

BODY.banner {
	background-color : Cornsilk	;
}

BODY.contents {
	background-color : #F8F8FF;
}

H1, H2, H3, H4, H5, H6 {
	color : #291852;
}

H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom: 5;
}

HR
{
	color: #D8D8D8;
	height: 1px;
	border-style: dashed;
}

P
{
	font-size : 12px;
}

P.large
{
	font-size : 14px;
}

P.colored {
	color : #7B7900;
}

P.excerpt {
	margin-left : 50px;
	font-family : "Courier New", Courier, monospace;
}

P.section {
	font-size : 14px;
	background-color : cornsilk;
	border : 1px solid #7B7900;
	padding : 2px 3px 1px 3px;
}

P.headerDate {
	font-size : 12px;
	font-weight : bold;
}

P.header {
	font-size : 10px;
}

P.footer {
	font-size : 10px;
	font-style : italic;
}

P.menu {
	font-size : 10px;
	color : #291852;
}

A:LINK {
	color : Blue;
	text-decoration : none;
}

A:VISITED {
	color : Blue;
	text-decoration : none;
}

A:ACTIVE {
	color : Blue;
	text-decoration : none;
}

A:HOVER {
	color : Red;
	text-decoration : underline;
}

UL 
{
	margin-top : 0px;	
	list-style-position: outside;
	list-style-type: disc;
}

LI 
{
	font-size : 12px;
	margin-bottom : 0px;
}

TD.sectionHeader
{
	font-size : 12;
	font-weight : bold;
	color : #291852;
}

TD.section
{
	font-size : 12;
}