body { 
	font-size: 62.5%; /* adjust ems to pt; 1.0em = 10pt */
	margin:0;
	background-color: #f0f8ff;
	}
h1 {
	color: #009900;
	letter-spacing:0.4em;
	font-weight:bold;
	font-family: georgia, "times new roman";
	font-size: 2.4em;
	font-variant: normal;
	}
h2 	{
	color: #000000;
	letter-spacing:0.2em;
	font-weight: bold;
	font-family: georgia, "times new roman";
	font-size: 1.8em;
	text-indent: 0.7px;
	}	
h3 	{
	color: #009900;
	letter-spacing: normal;
	font-weight: bold;
	font-family:georgia, "times new roman";
	font-size: 2.0em;
	font-variant: normal;
	text-align: left;
	}	
h4 	{
	color: #333333;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	text-align: left;
	}	

p	{
	color:#003399;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	text-indent: 0.7px;
	}
th {
	color: #862D2D;
	text-align: left;
	font-family: arial;
	font-size: 1.2em;
	font-weight: bolder;
	}
th.norm {
	color: #000099;
	text-align: left;
	font-family: arial;
	font-size: 1.2em;
	}
td {
	color:#000099;
	font-family: arial;
	font-size: 1.2em;
	}
.tdspecialtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: italic;
	color: #000099;
}

ol li	{
	color:#003399;
	font-family: verdana;
	font-size: 1.1em;
	padding: .5em 0;
	}
ul li	{
	color:#003399;
	font-family: verdana;
	font-size: 1.0em;
	}
a {
	color: #993333;
	font-weight: bold;
	margin: 0.2em;
	padding: 0em;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	background-color: #CCCCCC;
	margin: 0em;
	padding: 0em;
	font-weight: bold;
	}

a:visited {
	color: #000099;
	text-decoration: none;
	font-weight:bold;
	margin: 0em;
	padding: 0em;	
}

input {
	font-family: verdana;
	font-size: .8em;
	color: #003399;
	font-weight: normal;
	padding: .1em;
	margin-top: 0em;
	margin-right: .5em;
	margin-bottom: 0em;
	margin-left: .5em;
		}
input.text {
	font-family: verdana;
	font-size: 0.9em;
	color: #003399;
	font-weight: normal;
	padding: .2em;
	margin-top: 0em;
	margin-right: .5em;
	margin-bottom: 0em;
	margin-left: .5em;
		}
select {
	font-family: verdana;
	font-size: .9em;
	color: #003399;
	font-weight: normal;
	padding: .1em;
	margin-top: 0em;
	margin-right: .5em;
	margin-bottom: 0em;
	margin-left: .5em;
		}
	
/* div id Styles */
/* by setting div ids you can control backgrounds and font styles within a div */

#padding { 
	padding:.5em 5.0em;
	color: #cccccc;
	background-color: #99cccc;
	left: 5em;
	top: 3em;
	bottom: 3em;
	right: 5em;
	}

#page {
	padding:.5em 5.0em;
	color: #333333;
	left: 5em;
	top: 0em;
	bottom: 3em;
	right: 5em;
	background-color: #f0f8ff;
}
#page h2 {
	color: #000000;
	letter-spacing:0.2em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-variant: normal;
	padding-bottom: 0;
}
#page h3 {
	color: #009900;
	letter-spacing:0.1em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.0em;
}
#page p {
	color: #666666;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	}
#page ol li {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 1.6em;
	}
#page ul li {
	text-decoration:underline;
	list-style-type:none;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 1.6em;
	}
#page input {
	font-family: verdana;
	font-size: 0.8em;
	color: #003399;
	font-weight: normal;
	padding: .1em;
	margin-top: 0em;
	margin-right: .5em;
	margin-bottom: 0em;
	margin-left: .5em;
		}
#page input.text {
	font-family: verdana;
	font-size: 0.9em;
	color: #003399;
	font-weight: normal;
	padding: .2em;
	margin-top: 0em;
	margin-right: .5em;
	margin-bottom: 0em;
	margin-left: .5em;
		}
#page select {
	font-family: verdana;
	font-size: 0.9em;
	color: #003399;
	font-weight: normal;
	padding: .1em;
	margin-top: 0em;
	margin-right: .5em;
	margin-bottom: 0em;
	margin-left: .5em;
		}

#navText {
	color: #000000;
	letter-spacing:0.3em;
	font-family: arial;
	font-size: 9em;
	background-color: #cccc99;
	padding-right: 4em;
	padding-left: 4em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
	margin: 0px;
	}

#navText a {
	color: #000000;
	font-weight:bold;
	margin: .2em;
	padding: 0.5em;
	text-decoration: none;
	background-color: #cccc99;
	}
	
#navText a:hover {
	color: #996666;
	background-color: #ffcc66;
	margin: 0.2em;
	padding: 0.5em;
	font-weight: bold;
	}

#navText a:visited {
	color: #cc0000;
	text-decoration: none;
	font-weight:bold;
	margin: 0.2em;
	padding: 0.5em;	
}

#present {
	border: 1pt solid #666666;
	padding: 5.0em 7.0em;
	background-color:#ffffff;
}
#present h1, h2, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: normal;
	color: #000000;
	}
#present h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	letter-spacing: normal;
	color: #009900;
	text-align: center;
	}
#present ol li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	padding: 0;
	}
#present ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	padding: 0;
	}
/* Class Styles */

	
.indent {
	right: 1.0em;
	text-indent: 1.0em;
}
.navText {
	color: #000000;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 1.1em;
	background-color: #7CE98C;
	padding-right: 0em;
	padding-left: 0em;
	padding-top: 0em;
	padding-bottom: 0.2em;
	font-weight: bold;
	margin: 0px;
	}
.navText2 {
	color: #000000;
	letter-spacing:0.1em;
	font-family: arial;
	font-size: 1.1em;
	background-color: #7CE98C;
	padding-right: 0em;
	padding-left: 0em;
	padding-top: 0em;
	padding-bottom: 0.2em;
	font-weight: bold;
	margin: 0px;
	}
.navTextbckgrnd {
	letter-spacing:0.1em;
	font-family: arial;
	background-color: #7CE98C;
	padding-right: 0em;
	padding-left: 0em;
	padding-top: 0em;
	padding-bottom: 0.2em;
	font-weight: bold;
	margin: 0px;
	height: 0.5em;
	width: 1004px;
	}
.top {
	font-family: Arial;
	font-size: 0.7em;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
	text-indent: .7em;
}
.indent {
	margin-right: 10em;
	margin-left: 20em;
}
