p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	font-weight: normal;
}
a:link {
	text-decoration: underline;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
	color: #9999cc;
}
a:visited {
	color: #339933;
	text-decoration: underline;
}
body {
	background-attachment: scroll;
	background-image: url(images/repeatleft.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px;
}
