/* CSS Document */

td { 
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-style: normal;
	color: #582D11; 
}

.bg { background-color: #E2A35F; }

.footer {font-size: 12px;}

.borderbg { background-color: #8F5C30; }

A {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #582D11;
	text-decoration: underline
}

A:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #582D11;
	text-decoration: underline
}

A: visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #582D11;
	text-decoration: underline
}

A:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #582D11;
	text-decoration: none
}

A:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #582D11;
	text-decoration: underline
}

