BODY {
	font-family: Arial; 
	font-size: 14;
	margin: 0px;
	padding: 0px;
	background-color: #CAB572;
	color: #000000;
	link: #0000FF;
	vlink: #800080;
	margin-top: 0;
	margin-left: 0;
}

P {
	font-family:Arial; 
	font-size:14;
}

FORM {
	margin:0;
	padding:0;
}

.menu_background {
	background-color: #A5976A;
	border-collapse: collapse;
	border-left-width: 3px;
	border-right-width: 3px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-color: #A5976A;
	border-style: solid solid solid solid;
}


.menu_selected {
	border-left-width : 2px;
	border-right-width : 2px;
	border-top-width : 2px;
	border-bottom-width : 2px;
	border-color : #585529;
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: normal;
	width: 97%;
	margin: 2px 2px 2px 2px;
	padding: 0px;
	line-height: 12px;
	cursor: pointer;
}

.menu_selected a, a:visited {
        color: white;
        text-decoration: none;
	padding: 0px;
}


.menu_button {
	background-color : #6F6953;
	border-left-width : 2px;
	border-right-width : 2px;
	border-top-width : 2px;
	border-bottom-width : 2px;
	border-color : #585529;
	border-style : solid solid solid solid;
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: normal;
	width: 98%;
	margin: 1px 1px 1px 1px;
	line-height: 12px;
	cursor: pointer;
}

.pic_block {
	background-color : #6F6953;
	border-left-width : 2px;
	border-right-width : 2px;
	border-top-width : 2px;
	border-bottom-width : 2px;
	border-color : #585529;
	border-style : solid solid solid solid;
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin: 1px 1px 1px 1px;
	line-height: 14px;
	cursor: pointer;
	text-align: center;
}

.pic_block a, a:visited {
        color: white;
        text-decoration: none;
	padding: 0px;
}

