@charset "UTF-8";
/* CSS Document */

body {
	
	background-color: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 60px;
}

h1 {
	font-size: 14px;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #246736;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 20px;
}
h3 {
	font-family: Arial;
	font-size: 15px;
	color: #246736;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
h5 {
	font-family: Arial;
	font-size: 21px;
	color: #000000;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 15px;
}
h6 {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 15px;
}
p {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.3em;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 20px;
}
td {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	line-height: 1.3em;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #246736;
	font-size:12px;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #246736;
	text-decoration: none;
	font-weight: normal;
}
a:hover  {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size:12px;
   	text-decoration: none;
 	font-weight: normal;
}
a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
 	font-weight: normal;
}
p a:link {
    font-family: Arial;
    font-size: 12px;
    color: #000000
    text-decoration: normal;
    font-weight: normal;
}
p a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #660000;
	text-decoration: none;
	font-weight: normal;
}
p a:hover {
    font-family: Arial;
    font-size: 12px;
    color: #333333;
    text-decoration: underline;
    font-weight: normal;
}
li {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin-left: 5px;
	list-style-type: square;
	color: #333333;
	font-weight: normal;
	margin-right: 20px;
	line-height: 1.4em;
}
li a {  
	font-family: Arial; 
	font-size: 12px; 
	color: #000000;
	text-decoration: none;
}

li a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

li a:link {
	font-family: Arial;
	font-size: 12px;
	color: #246736;
}
li a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
	
