body { 
	background-image: url(grfx/background1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #222222;
	text-decoration: none;
	font-weight: normal;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	border-top: 1px dotted #222222;
	padding: 10px 0 0 0;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;

}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	text-align: justify;
	margin: 20px 40px 20px 40px;
	color: #222222;
	text-decoration: none;
}
h3 {
	border: 1px dotted #222222;
	padding: 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	border-top: 1px dotted #222222;
	padding: 18px 0px 0px 0px; 
	text-align: justify;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	border-top: 1px dotted #222222;
	border-bottom: 1px dotted #222222;
	padding: 5px 0px 5px 0px; 
	text-align: justify;
}
a {
	color: #CC3333;
	text-decoration: none;
}
a:hover {
	color: #8C1314;
}
