html, body  {
	font-family: verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	font-size: 12px;
	line-height: 120%;
}


p {
	font-size: 12px;
	line-height: 120%;
	margin: 7px 7px 7px 0px;
}

h1 {
	font-size: 16px;
	line-height: 120%;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-style: italic;
}

h2 { 
	font-size: 14px;
	line-height: 120%;
  	margin-bottom: 5px;
	font-weight: bold;
 }

h3 {
	font-size: 13px;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 30px;
	font-style: italic;
 }
 
h4 {
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	font-style: italic;
 }
 
li {
	font-size: 12px;
	line-height: 120%;
	}
	
#sidebar1 p {
	color: white;
}

#sidebar1 h1 {
	color: white;
}

#sidebar1 h2 {
	color: white;
}

#sidebar1 h3 {
	color: white;
	clear: both;
}

#sidebar1 h4 {
	color: white;
}

#sidebar1 td {
	color: white;
}

#sidebar1 li {
	color: white;
}

.whitetext {
	color: white;
}

.bodytext  {
	font-size: 12px;
	line-height: 120%;
}

.foot  {  
	font-size: 9px; 
	line-height: 120%; 
	font-weight: normal; 
	color: white;
	margin-bottom: 0px; 
}

.fineprint {
	font-size: 9px; 
	line-height: 120%; 
	font-weight: normal; 
	color: black;
	margin-bottom: 0px 
 }
 
.blacktext { 
	color: black;
 }
 
.title {
	font-size: 14px;
	line-height: 120%;
	font-weight: normal;
	margin: 7px 7px 7px 7px;
	 }
.caption  { font-style: italic; color: black; text-align: center; margin: 5px 0 0 0px; }
	 
.menu  { 
	font-size: 14px; 
	line-height: 120%; 
	font-weight: bold; 
	color: #f38c52; 
	margin-left: 7px; 
}

.bodytext a:link {
	text-decoration:none; 
	color:#f38c52;
}

.bodytext a:visited, .bodytext a:active {
	 text-decoration:none; 
	 color:#f38c52;
}
	 
.bodytext a:hover  { 
	text-decoration: none; 
	color: #e20120; 
}

a:link {
	text-decoration:none; 
	color:#f38c52;
}

a:visited, a:active {
	text-decoration:none; 
	color:#f38c52;
}
	 
a:hover  { 
	text-decoration: none; 
	color: #e20120; 
}


