body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	text-align: left;
	background-image: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}
li,ol,ul {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-size: 1.0em;
	background-color: #333366;
	color: #FFFFFF;
	text-align: center;
	font-family:Arial;
	font-weight: light;
}
h2 {
	font-size: .9em;
	color: #333366;
	font-weight: bold; 
	font-family:Arial
}
h3 {
	font-size: .8em;
	color: #666699;
	text-align: left;
	font-weight: bold;
}
h4 {
	color: #000000
	}
/*ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style-type: square;
	list-style-position: outside;
}*/


/* This class is for the main body on the page*/
.content1 {
	font-size: .75em;
	color: #000000;
	background-color: #ffffff;
	text-align: left;

}
/* This class is for the left navigation layer on the page*/
.nav2 {
	font-size: 0.75em;
	font-style: normal;	
	color: #003366;
	background-color: #333366;
	text-align: left;
}
.nav2 p {
	color: #ffffff; margin-top:0; margin-bottom:0
}
.nav2 A:link 
	{text-decoration: underline; color: #FFFFFF; 
}
.nav2 A:visited 
	{text-decoration: underline; color: #FFFFFF;
}
.nav2 A:active 
	{text-decoration: underline; color: #FFFFFF; 
}
.nav2 A:hover 
	{text-decoration: underline; color: #666699; 
}

/* This class is for the title under the header and before the body on the page, not used in this site*/
.title1 {
	font-size: 12pt;
	color: #FFFFFF;
	text-align: left;
	font-family:Arial

	
}
