body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-color: #5C5243;

}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.interior{
color: #FFFFFF;
text-align: left;
}


.title_navigation {
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #FCFB7D;
	font-weight: bold;
}

.select{
	text-decoration: underline;
	color: #000000;
	BACKGROUND: #f5e785 no-repeat left top;
}



a.navigation:link {
	text-decoration: none;
	color: #FFFFFF;
BACKGROUND: #000000 no-repeat left top;
}
a.navigation:visited {
	text-decoration: none;
	color: #FFFFFF;
BACKGROUND: #666666 no-repeat left top;
}
a.navigation:hover {
	text-decoration: underline;
	color: #FFFFFF;
BACKGROUND: #D27E00 no-repeat left top;
}
a.navigation:active {
	text-decoration: none;
	color: #FFFFFF;
}



a.text:link {
	text-decoration: underline;
	color: #FFFFFF;

}
a.text:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.text:hover {
	text-decoration: underline;
	color: #CDBC9E;

}
a.text:active {
	text-decoration: underline;
	color: #FFFFFF;
}

