p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16pt;
	color: 333333;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15pt;
	color: 333333;
	list-style-type: square;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15pt;
	color: 333333;
}

h1 {

font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16pt;
	color: 0066FF;
	font-weight: bold
	}

.border {
	border: 1px solid #000000;
}

a:link, a:visited {
	color: #336699;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
  color: #3333FF;
  text-decoration: none;
}

a:link:active, a:visited:active {
  color: #336699;
  text-decoration: none;
  
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	font-style: normal;
}

.small {
   color: 333333;
   font-size: 8pt;
   line-height: 130%;
   font-family: Verdana, Arial;
}

.menu {
	font-family: Verdana;
	font-size: 11px;
	background-color: #82d37e;
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 20px;
	text-decoration: none;
}

.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: left;
	padding: 4px;
}
