/* CSS Document */

body {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		color: #2a231e;
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		background-color: #28231e;
	}

td {
		font-size: 12px;
	}

.bullets {
		font-style: italic;
	}
	
.date {
		color: #88673e;
		font-size: 14px;
		font-style: italic;
		font-weight: bold;
	}
	
.footer {
		color: #736257;
	}
	
.waterford_txt {
		color: #696560;
		line-height: 18px;
	}
	
.address_txt {
		color: #696560;
		line-height: 18px;
	}
	
a:link {
		color: #2a231e;
		text-decoration: underline;
	}
	
a:active {
		color: #2a231e;
		text-decoration: underline;
	}
	
a:visited {
		color: #2a231e;
		text-decoration: underline;
	}
	
a:hover {
		color: #88673e;
		text-decoration: underline;
	}
	
a.address:link {
		color: #696560;
		text-decoration: underline;
	}
	
a.address:active {
		color: #696560;
		text-decoration: underline;
	}
	
a.address:visited {
		color: #696560;
		text-decoration: underline;
	}
	
a.address:hover {
		color: #696560;
		text-decoration: underline;
	}
	
a.foot:link {
		color: #736257;
		text-decoration: underline;
	}
	
a.foot:active {
		color: #736257;
		text-decoration: underline;
	}
	
a.foot:visited {
		color: #736257;
		text-decoration: underline;
	}
	
a.foot:hover {
		color: #736257;
		text-decoration: underline;
	}