h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px; 
	font-weight: bold;
	color: #800000;
	padding-top: 30px;
	text-align: center;
}

h2{
	font-size: 22px;
	color: #800000; 
}

h3{
	font-size: 18px;
	color: #800000;
}


h4 {
	font-size: 16px;
	color: #000000;
}


p, td, a, a:link{
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #430505;
	font-weight: 600;
}

body {
	background: #D6D7B5;
	margin: 0px;
	padding: 0px;
}


/* --  LEFT MENU --- */
#menuLeft{
	font-weight: bold;
	color: #D6D7B5;
}

#menuLeft p{
	margin:9px 2px 9px 12px;
	/*font-weight: bold;*/
	color: #D6D7B5;
	font-size: 16px;
}

#menuLeft a{
	color: #D6D7B5; 
	text-decoration:none;
}

#menuLeft a:link{
	color: #D6D7B5;
	text-decoration:none;
}

#menuLeft a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

#menuLeft hr{
	margin:0px 0px 0px 12px;
	text-align:left;
	color: #B06A4A;
	width: 70%;
	height: 1px;
}


/* --  RIGHT MENU --- */
.menuRightTable{
	margin-top: 100px; 
	margin-left: 20px;
	background-color: #C4AF9E;
	
	border-top:#B46420 1px ridge; 
	border-left: #B46420 1px ridge; 
	border-bottom:#B46420 2px ridge; 
	border-right: #B46420 2px ridge; 
}

.menuRight ul{
	margin-top: 3px;
	margin-left: 3px;
}


.menuRight li{
	padding-left: 1px;
	line-height: 14px;
	margin-top: 4px;
}

.menuRight a{
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
}

.menuRight a:hover{
	font-weight: bold;
}

.PopUpWin {
	visibility:hidden; 
	position:absolute; 
	border: solid 1px #A6816D;
}
