p, li, td, dt, dd, blockquote {
	color: #003300;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.gray {color: gray}

h1, h2, h3{
	color: #8B0000;
}		
	
h1 {
	font-family: Bimini, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size : 20pt;
}

h2 {
	font-family: Bimini, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	font-size : 16pt;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size : 10pt;
}

dt {
	padding-bottom : 5pt;
	font-weight : bold;
}

dd {
	padding-bottom : 10pt;
}

.background
{
	color : White;
	font-size: 8pt;
}

.title
{
	font-family: Helvetica, Arial, sans-serif;
	color: White;
	font-size: 10pt;
	text-align: right;
	padding-bottom : 10pt;
	}
	
/*comments, credits, source material*/
.comments {
	font-size: 8pt;
	text-align: center;
	color : #663366;
}	

.source, .credits {
	font-size: 8pt;
	text-align: left;
	color : #663366;
}	


/*link elements*/

.underline
{
	text-decoration: underline; 
}

A:link {
	text-decoration: underline;
	font-weight: normal;
	color: #9C00CE;
	font-size : 10pt;
}
A:visited {
	text-decoration: underline;
	font-weight: normal;
	color: gray;
	font-size : 10pt;
}
A:hover {
	text-decoration: none;
	font-weight: normal;
	color: #CE63FF;
font-size : 10pt;
}



