/* CSS Document */

body {
	font-family: Arial;
	margin-top: 0px;
	margin-left: 100px;
}
a:link {
	color: #6E6E6E;
	text-decoration: underline;
}
a:visited {
	color: #6E6E6E;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
p {
	font-size: 14px;
	color: #4D4D4D;
	font-weight: normal;
	line-height: 120%;
	margin-left: 0; 
	margin-top: 0; 
	margin-bottom: 0;
}
h1 {
	font-size: 14px;
	color: #333333;
	line-height: 0;
	margin-left: 0; 
	margin-top: 0; 
	margin-bottom: 0;
}
h2 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 150%;
	margin-left: 38px; 
	margin-right: 38px;
	margin-top: 0; 
	margin-bottom: 0;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 150%;
	margin-left: 5px; 
	margin-right: 5px;
	margin-top: 0; 
	margin-bottom: 0;
}