/*  this style sheet goes with simple.htm  */

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: white;
	font-family:Garamond, Times New Roman,Verdana;
	color: #333333;
	}
	
.lefthead { 
	color: #FFFFFF; 
	text-transform: uppercase; 
	font-family: Verdana; 
	font-size: 14px; 
	}

.texthead1 {
	font-size:18px;
	font-weight: bold;
	color: #000000;
}

.normaltext {
font-size:14px;
}

a#jci
{
color: #0000cc;
	text-decoration: none;
}