body {
	background-color: ffffff;
	margin: 0px 0px 0px 0px;
	font-family: "Arial Narrow", sans-serif;
	font-size: small;
	color: Maroon; 
}

A {
	color : #8B4513;
	text-decoration: none;
	font-size: small;
}

A:HOVER {
	color : #8B4513;
	text-decoration: underline;
	font-size: small;
}

A.intnav {
	color : Maroon;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}

A:HOVER.intnav {
	color : Maroon;
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
}	 
A.bottom {
	color : #DCDCDC;
	text-decoration: none;
	font-size: small;
}

A:HOVER.bottom {
	color : #DCDCDC;
	text-decoration: underline;
	font-size: small;
}	 

P { 
	font-family: "Arial Narrow";
	font-size: 10pt;
	color: Maroon;
	margin-left: 5px;
	margin-right: 15px;
}

H1 { 
	font-family: "Arial Narrow";
	font-size: 20px;
	color: Maroon;
	text-indent: 5px;
	font-weight: bold;
}

P.intro { 
	font-family: "Arial Narrow";
	font-size: 10pt;
	color: #8B4513;
	margin-left: 70px;
	margin-right: 10px;
	line-height: 20px;
	font-weight: bold;
}	

P.bottom { 
	font-family: "Arial Narrow";
	font-size: 10pt;
	color: #F5F5F5;
	margin-top: 5px;
}	