body {
	font-family: Helvetica, sans-serif;
	color: #000000;
	margin-left: -2;
	font-size: xx-small
}

table {
	padding: 0px;
	vertical-align: top;
}

td {
	padding: 0px;
	font-family: Helvetica, sans-serif;
	color: #333333;
}
	
th {
	font-family: Helvetica, sans-serif;
	color: #333333;
}

h1 {
	color: #336633;
	font-family: Helvetica, sans-serif;
	font-size: 100%;
}

h2 
{
	font-size: 90%;
	font-family: Helvetica, sans-serif;
	color: #336633;
	font-weight: lighter;
}

h3
{
	font-size: 90%;
	font-family: Helvetica, sans-serif;
	color: #336633;
	margin-bottom: -6;
	margin-top: 1;
}

h4 
{
	color: #336633;
	font-family: Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	font-size: 85%;
	margin-top: 5;
	margin-bottom: 5;
	margin-left: 5;
}

h5
{
	font-size: 80%;
	color: #336633;
	font-family: Helvetica, sans-serif;
	margin-left: 7px;
	margin-bottom: -1;
	font-size: 75%;
	margin-top: 1;
	font-weight: 300;
	margin-left: 12;
}

h6 {
	color: #336633;
	font-family: Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	margin-top: -1;
	margin-bottom: -1;
	font-weight: 300;
}

p {
	font-size: 80%;
	font-family: Helvetica, sans-serif;
	font-weight: lighter;
	margin-left: 5px;
	margin-top: 8; 
}

a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
	
a.second:link { 
	color: #336633;
	text-decoration: underline;
	}
	
a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
	
a.second:visited { 
	color: #336633;
	text-decoration: underline;
	}
	
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
	
#bordercell {
	border: 1px solid #516B8B;
	border-style: solid; 
}

li {
	font-size: 95%;
	 list-style-type: disc;
	}

ol {
	font-size: 85%;
	}
	
ul { 
	margin: 0;
 	padding: 0;
 	margin-top: 5cm
} 

body
{
	background: no-repeat;
}

#indexbox {
	border-style: dotted;
	border-width: 2px;
	border-color: #336633;
}

</style>