@charset "UTF-8";

body {
	background-color: #808080;
}	

	
	
p {
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 4px;
}
		
h1 {
	font-family: Helvetica, Arial;
	font-size: 15px;
	color: #181818;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
h2 {
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family: Helvetica, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 0px;
}


a {
	font-family: Helvetica, Arial;
	color: #000099;
	text-decoration: none;
}

a:link {
	font-style: normal;
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	}
	
a:active {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

.style1 {
	font-size: 14px;
	color: #000066;
	font-family: Helvetica, Arial;
	font-style: normal;
}

