/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt;
	  color:#404040;
	  font-weight:bold;
	  background-color: #ffffff;
	  margin-top: 25px;
	  margin-left: 0px;
	  margin-right: 0px;
	}
TD, P 
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt; 
	}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A   	{ color: #404040; text-decoration: underline; }
A:link	{ color: #404040; text-decoration: underline; }
A:visited { color: #404040; text-decoration: underline; }
A:active { color: #404040; }
A:hover	{ color: #C0C0C0; }


H1.header { text-align: center; }

TABLE.navbar { 
	text-align: center;
	background-color: #e0e0e0;
	border-style: solid;
	border-color: #404040;
	margin-bottom: 10px;
}

A.navitem:hover { 
	background-color: #202020;
	color: #e0e0e0;
}

P.copyright {
	text-align: right; 
	font-size: 8pt;
	font-style: italic;
	width: 90%;
}

DIV.mainbody {
	border-style: solid;
	border-color: #404040;
	background-color: #e0e0e0;
	padding: 10px;
	width: 60%;
	text-align: left;
	font-weight: normal;
}

P.code {
	font-family: monospace;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	margin-left: 15px;
	margin-right: 15px;
	border-style: inset;
	padding: 5px;
	white-space: pre;
	overflow: auto;	
}

DIV.mainbody A:hover {
	background-color: #202020;
	color: #e0e0e0;
}
