.black{
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-top : 10pt;
}

.white{
	color: #F0FFF0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
    padding-top : 10pt;
}

p, li, td, dt, dd, blockquote {
	color: #F0FFF0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
}

h1, h2, h3{
	color: #FFD700;
}		
	
h1 {
	font-family: Bimini, Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-align: center;
	font-size : 24pt;
}

h2 {
	font-family: Bimini, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size : 16pt;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-size : 10pt;
}

.tdhead
{
    color:#313100;
}

.title
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	padding-bottom : 10pt;
	color : #9ACD32;
}
dt {
	padding-bottom : 5pt;
	font-weight : bold;
}

dd {
	padding-bottom : 10pt;
}

.small
{
	font-size : 8pt;
}

.white
{
	color : #ffffff;
}
	
/*comments, credits, source material*/
.comments {
	font-size: 8pt;
	text-align: center;
	color : #2F4F4F;
	background-color : #FFF8DC;
	border : 1pt solid darkslategray;
	padding : 2pt 2pt 2pt 2pt;
}	

.source, .credits {
	font-size: 8pt;
	text-align: left;
	color : #663366;
}	


/*link elements*/

.underline
{
	text-decoration: underline; 
}

A:link {
	text-decoration: underline;
	font-weight: bold;
	color: #D8BFD8;
}
A:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #DDA0DD;
}
A:hover {
	text-decoration: none;
	font-weight: normal;
	color: Lime;
}

