html, body {
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #626b5c;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;	
}

img {
	border: 0px;
	border-color: #bd8548;
}

table {
	border: 0px;	
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}

td {
	line-height: 19px;
	color: #5e4936;
	font-family: times new roman, serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

.bullet {
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 10px;
}

h1	{
	font-family: Times New Roman, serif;
	font-size: 16px;
	font-weight: bold;
	color: #995F20;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #b57f42;
}

a:active {
	color: #b57f42;
}

a:hover {
	color: #b57f42;
}

a:visited {
	color: #b57f42;
}

a:visited:hover {
	color: #b57f42;
}

.asterisk {
	color: #b57f42;
}

.footlinks {
	font-size: 13px;
	color: #ffffff;
}

.footlinks a {
	color: #ffffff;
}

.footlinks a:active {
	color: #ffffff;
}

.footlinks a:hover {
	color: #ffffff;
}

.footlinks a:visited {
	color: #ffffff;
}

.footlinks a:visited:hover {
	color: #ffffff;
}

.image-caption {
	font-size: 10px;
	line-height: 14px;
}

#copyright {
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
}