/* CSS Document */

body {
	background-color: #818789;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #616262;
}

.box{
	BORDER-RIGHT: #DFC842 1px solid; 
	BORDER-TOP: #DFC842 1px solid; 
	BORDER-LEFT: #DFC842 1px solid; 
	BORDER-BOTTOM: #DFC842 1px solid;
}

a:link {
	color: #F8981C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F8981C;
}
a:hover {
	text-decoration: underline;
	color: #8E5B30;
}
a:active {
	text-decoration: none;
	color: #E68706;
}



a.bottom:link {
	color: #F8F3D5;
	text-decoration: none;
}
a.bottom:visited {
	text-decoration: none;
	color: #F8F3D5;
}
a.bottom:hover {
	text-decoration: underline;
	color: #8E5B30;
}
a.bottom:active {
	text-decoration: none;
	color: #E68706;
}


