body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	background-image: url(images/back.jpg);
	}
	
img {
	border: 0;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	}

h1 {
	font-size: 23px;
	font-family: lucida, helvetica, sans-serif;
	margin: 0px;
	padding-top: 10px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	}	

h2 {
	font-family:  lucida, helvetica, sans-serif;
	font-size: 19px;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight: bold;
	color: #000;
	}

h3 {
	font-family: lucida, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-bottom: 3px;
	}

a {
	color: #004C84;
	text-decoration: none;
	font-weight: normal
}

a:link {
	color: #004C84;
	text-decoration: none;
}

a:visited {
	color: #004C84;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	color: #008CDB;
}

a:hover {
	text-decoration: underline;
        color: #19AAA4;
}

.headers {
	font-size: 23px;
	font-family: lucida, helvetica, sans-serif;
	padding: 20px;
	width: 440px;
	margin-left: 160px;
}

.featured {
	font-size: 14px;
	background-color: White;
	border: solid #999 1px;
	padding: 20px 10px 20px 20px;
	width: 440px;
	margin-left: 160px;
}

.featurestext {
	font-size: 14px;
	color: #333;
}

.imagebox {
	padding: 20px;
	margin-top: 10px;
	margin-left: 135px;
	padding-bottom: 10px;
}

.smalltype {
	font-size: 9px;
	color: #666;
}