/* CSS Document */



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e2fff1;

}

p {line-height: 20pt;
}




h1 {
	font-size: 14px;
	color: #666666;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style1 {
	color: #FFFFFF;
	font-size: xx-large;
}

.style3 {font-size: 12px}


.style4 {
	font-size: 18px;
	font-style: italic;
}
.style6 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


a {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #003399;
	font-weight: bold;
	font-size: 13px;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #006666;
}
a:active {
	text-decoration: none;
	color: #006666;
}