body, .body { 
	background-color: #ffffff;
	font-family: Georgia, Times Roman;
	font-size: 14px;
	color: black; 
 }

img { border-color: white; }
P, LI, TD, BR, DIV, BLOCKQUOTE  {
	font-family: Georgia, Times Roman;
	font-size: 14px;
	color: inherit;
}

UL, LI { font-size: 11px; text-align: left; }
TH
{
	font-family: Georgia, Times Roman;
	font-size: 14px;
	font-weight: bold;
	color: inherit;
}
h1 {
 	font-size: 18px;
	color: #990;
}

h2 {
 	font-size: 16px;
	color: #990;
}
h3 {
 	font-size: 14px;
	color: #990;
}

h4 {
 	font-size: 12px;
	color: #990;
}

.darkred {
	font-family: Georgia, Times Roman;
	font-size: 14px;
	color: #cc3333;
	font-weight: bold;
 }
 
.darkolive {
	font-family: Georgia, Times Roman;
	font-size: 14px;
	color: #660;
	font-weight: bold;
 }

.olive {
	font-family: Georgia, Times Roman;
	font-size: 14px;
	color: #990;
 }


.style9 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.style10 {font-family: Geneva, Arial, Helvetica, sans-serif}

.outerborder {
	background-color: #360;
}

.copyright { 
	font-family: Georgia, Times Roman;
	font-size: 9px;
	color: black;
 }

a:link { 
	color: #c33;
 }

a:visited { 
	color: #ccc;
 }

a:active { 
	color: #c33;
}

a.olive:link { 
	color: #669900;
 }

a.olive:visited { 
	color: #000033;
 }

a.olive:hover {
	color: #660000;
	
}
a.olive:active{ 
	color: #990000;
	
}
div#testimonialContainer
{
	position: relative;
	font-family: Georgia, Times Roman;
	font-size: 14px;
	color: #660;
	font-weight: bold;
	width: 360px;
	height: 200px;
	border-top:2px solid #770;
	border-left:2px solid #770;
	border-right:2px solid #660;
	border-bottom:2px solid #660;
	overflow: hidden;
}

div.testimonial {
display: none;
position: absolute;
top:0;
left:0;
text-align: left;
padding: 8px;

}

div#testimonialContainer div.testimonial p{
font-size: inherit;
}


div.testimonial em{
color: #000;
font-weight: bold;

}

