a:link { 
	text-decoration: none;
	color: #800000; 
	background-color: transparent;
}

a:visited { 
	text-decoration: none;
	color: #800000; 
	background-color: transparent;
}

a:active { 
	text-decoration: underline;
	color: #000000; 
	background-color: transparent;
}

a.white:link { 
	text-decoration: none;
	color: white; 
	background-color: transparent;
}

a.white:visited { 
	text-decoration: none;
	color: white; 
	background-color: transparent;
}


body { 
	background-color: #66CCFF; 
	color: #000000;
}

div.center { 
	text-align: center; 
	font-size: medium; 
}

div.date { 
	text-align: center; 
	font-size: 10pt; 
	font-family: times,serif; 
	font-weight: bold;
}

h3 { 
	color: #800000; 
	background-color: transparent;
}

h5 { 
	color: #800000; 
	background-color: transparent;
	font-family: helvetica,serif; 
}

p.small { 
	font-family: helvetica,serif; 
	font-size: small; 
}

p.bold {
	font-weight: bold;
}

p.white {
	color: white;
	background-color: transparent;
}

p.quote {
	margin-left: 40px;
	margin-right: 40px;
}

span.bold {
	font-weight: bold;
}

ul.bold {
	font-weight: bold;
}

table.center {
	text-align: center;
}
