body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	line-height: 5px;
	font-weight: BOLD;
	color:#b4c727;
	text-indent:0px;
	margin-top:20px;
	margin-left:10px;
	}

h2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color:#685744;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:30px;
	}
	
h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color:#666;
	margin-top:15px;
	margin-bottom:10px;
	margin-left:30px;
	}
	
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.60em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	color: #333333;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	}
	

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #685744;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:40px;
	}
	
.mainpoint { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	line-height: 16pt; 
	font-weight: bold; 
	color: #685744}
	
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
	margin-left: 40px;
	}
	
ul {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
	}
	
ol {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #333333;
	}
	
a:link 	{
	color: #4274b9;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
	}
	
a:visited 	{
	color: #4274b9;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
	}
	
a:active 	{
	color: #cccccc;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	}

a:hover {
	text-decoration:none;
	background-color:transparent;
	color: #999999;
	font-weight: normal;

