/* CSS Document */

body {
	background: #FFFFFF;
	padding: 20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

* {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 100%;
	color: #666666;
}

    h1 {
	font-size: 14px;
	color: #666;
	margin: 0;
	padding: 0;
}
	
.style3 {
	font-size: 18px;
	line-height: 28px;
}

a:link {
	text-decoration: underline;
	color: #86b600;
	
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF6600;
}

a:active {
	text-decoration: none;
}

img { border:none }

.style4 {
	font-size: 16px;
	line-height: 28px;
}
