TD, BODY {

	color: #edb45b;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	
}

.date_back {
	background-image: url(images/date_back.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #E9D283;
	padding-right: 5px;
}

.copyright_back {
	background-image: url(images/copyright-back.gif);
	background-repeat: no-repeat;
}

.body_text {
	color: #F9E1AF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-left: 25px;
	padding-right: 15px;
}

.body_text_2 {
	color: #F9E1AF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;	
}

.body_text_bold {
	color: #EAB749;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}


.body_link {
	color: #EAB749;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

.body_link:a:hover {
	color: #EAB749;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.copyright {
	color: #673E04;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}

.copyright_link {
	color: #673E04;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.copyright_link:a:hover {
	color: #673E04;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.body_text_3 {

	color: #F9E1AF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding-left: 0px;
}
.body_text_bold_2 {

	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

/**********************************************/
/*                                            */
/*             LINK DEFS                      */
/*                                            */
/**********************************************/

A:link, A:visited, A:active {

	color:							white;
	background:						transparent;
	text-decoration:				underline;
	
}
	
A:hover {

	background:						brown;
	color:							yellow;
	text-decoration:				none;
	
}