body {
	background-color: #AEA690;
	padding: 0;
	margin: 0;
	background-image: url(../images/header_back.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.a_normal:hover {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FEFFF2;
	text-decoration: underline;
}

.a_normal {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FBFFBB;
	text-decoration: none;
}

.adv:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FEFFF2;
	text-decoration: underline;
}

.adv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FBFFBB;
	text-decoration: none;
}


#td_footer a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#td_footer a {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#td_footer {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	background-image: url(../images/footer_back.gif);
	height: 33px;
}

.myimg {border: 1px solid white;}
.myimg:hover {border: 1px solid red;}

