body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.johnpatti.com/images/main/background.jpg);
	background-repeat: repeat-x;
	background-color: #015b5b;
	line-height: 1.3;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.3;
}
h1 {
	color: #026969;
}
h2 {
	color: #d62f1e;
}
.red {
	color: #d62f1e
}
.redBold {
	color: #d62f1e;
	font-weight:bold;
}
.green {
	color: #026969;
}
.greenBold {
	color: #026969;
	font-weight: bold;
}

.hdr_red {font-weight:bold; font-size:14px;}
.contentheading {font-weight:bold; font-size:14px;}

a:link {
	color: #015b5b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #015b5b;
}
a:hover {
	text-decoration: none;
	color: #d62f1e;
}
a:active {
	text-decoration: none;
	color: #015b5b;
}
