body {
	background-color: #656855;
	font-family: Arial;
	font-size: 11px;
	color: #312B1D;
}

p, div, table {
	font-size: 11px;
	color: #312B1D;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

h5 {
	font-size: 10px;
	font-weight: bold;
}

a:link {
	color: #4E4124;
	text-decoration:none;
}
a:visited {
	color: #4E4124;
	text-decoration:none;
}
a:hover {
	color: #4E4124;
	text-decoration:underline;
}
a:active {
	color: #4E4124;
	text-decoration:underline;
}


a.upperMenu {
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
a.upperMenu:visited {
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
a.upperMenu:hover  {
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:#CCCCCC;	
}
a.upperMenu:active {
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;	
}

a.topMenu {
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;	
}
a.topMenu:hover  {
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;	
	font-weight:bold;
}
a.topMenu:active {
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;	
}





