/* CSS Document */

a
{
	text-decoration: none;
	color: #ffffff;
}

a:hover
{
	text-decoration: underline;
}

body {
	background-color: #4E2A12;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
}

.sidebar {
	background-color: #5A6B5B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #E9FCE9;
}
.sidebar a
{
	color: #E9FCE9;
	text-decoration: none;
}


.sidebar a:hover
{
	color: #E9FCE9;
}

.sidebarBIG {
	background-color: #5A6B5B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #E9FCE9;
}

.sidebarBIG a
{
	background-color: #5A6B5B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #E9FCE9;
	text-decoration: none;
}

.sidebarBIG a:hover
{
	color: #000;
}

.content {
	background-color: #D9DBC6;
	color: #000000;
}

.goldcontact {
	background-color:#D8C75B;
	text-align:center;
	font-size:16px;
	color: #4E2A12;
	font-weight: bold;
}

.goldcontact a
{
	background-color:#D8C75B;
	text-align:center;
	font-size:16px;
	text-decoration: none;
	color: #4E2A12;
	font-weight: bold;
}

.goldcontact a:hover
{
	color: #4E2A12;
}




