body {
	background-image: url(images/homebk.jpg);
	background-color: #E6CE88;
}

a {
	font-family: Verdana, Helvetica, sans-serif;

	font-size: 11px;

}


a:link {
	color: #600;
}

a:visited {
	color: #600;
}

a:hover {
	color: red;
}

a:active {
	color: #600;
}



.bold_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #930;
}

.body_black {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

.bold_dark_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6C0000;
	text-decoration: none;
}



a.redbuttons:link {
	color: #930;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.redbuttons:hover {
	color: red;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.redbuttons:active {
	color: red;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.redbuttons:visited {
	color: #930;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}



a.darkredbuttons:link {
	color: #6C0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.darkredbuttons:hover {
	color: red;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.darkredbuttons:active {
	color: red;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.darkredbuttons:visited {
	color: #6C0000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


.body_centered {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}



a.smallredbuttons:link {
	color: #6C0000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.smallredbuttons:active {
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.smallredbuttons:visited {
	color: #6C0000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.smallredbuttons:hover {
	color: red;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}



a.smalldarkredbuttons:link {
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.smalldarkredbuttons:active {
	color: red;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.smalldarkredbuttons:visited {
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a.smalldarkredbuttons:hover {
	color: red;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

