h1,h2,h3,p,a,ul,td
{
/*font-family: Garamond, "Times New Roman", Times, serif;*/
font-family:Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #5A1D06;
	text-decoration: none;
	/*font-weight:bold;*/
}
a:visited {
	color: #5A1D06;
	text-decoration: none;
	/*font-weight:bold;*/
}
a:hover {
	color: #000000;
	text-decoration:underline;
	/*font-weight:bold;*/
}
a:active {
	color: #5A1D06;
	text-decoration: none;
	/*font-weight:bold;*/
}
p, ul {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}
p.bold {
	font-weight:bold;
}
p.green {
	color:#256565;
}
p.copy {
	font-size:12px;
	color:#256565;
}
p.testimonial {
	font-style:italic;
	color:#256565;
}
body { 
	margin: 0px; 
	padding: 0px;
	background-image:url(images/tile.gif);
	background-repeat:repeat; 

}
h1 { 
	margin: 0px;
	color:#1a6161;
	font-size:22px;
	}
h2 { 
	color:#3e7d7d;
	font-size: 18px;
}
h3 { 
	color:#4f4f4f;
	font-size: 16px;
}
img {
	 border:0;
}
td.padding {
padding: 10px 10px 10px 10px;
}
td.morepadding {
padding: 10px 10px 10px 50px;
}
td.green {
background-color:#e6eeeb;
}
p.credit {
	text-align:center;
	margin-left: auto; 
	margin-right: auto;
	font-size:12px;
	color:#256565;
}
p.credit a{
	color:#256565;
	text-decoration:none;
}
p.credit a:hover {
	color:#000000;
	text-decoration:none;
}
p.current {
	color:#333333;
	padding:5px;
}
p.current a, p.current a:link, p.current a:active, p.current a:visited {
	color: #256565;
	font-weight:normal;
}

ul.current_new {
	list-style-type: none;
	list-style-image: none;
	padding: 0px; margin: 0px
	
	list-style-position: inside;
}
