


.mrb
{
font : bold 11px Arial;
padding: 15px 0px 0px 0px;
margin: 15px 0px 0px 0px;
content: none;
}

.mrb b
{
font : bold 11px Arial;
padding: 20px 0px 30px 30px;
margin: 20px 0px 0px 0px;
content: none;
background: none;
border: solid 1px #0000;
}
.mrb p
{
font : normal 11px Arial;
padding: 0px 10px 0px 15px;
margin: 0px 0px 0px 0px;
content: none;
background: none;
border: solid 1px #0000;
}

.mrb a 
{
font : normal 11px Arial;
background: none;
display: inline;
content: none;
text-transform: none;

}

body {
  font-family: arial;
  padding-top:0px;
  margin-top:0px;
  
  }

td.main {
  color: #000000;
  margin: 0px;
    background-image: url('images/back.gif');
    background-color: #e8cead;
    background-repeat: no-repeat;
	background-position: right bottom;
}

td.mainleft {
  color: #000000;
  margin: 0px;
    background-image: url('images/leftg.gif');
    background-repeat: repeat-y;
	background-position: right;
}
td.mainright {
  color: #000000;
  margin: 0px;
    background: #E8CEAD url('images/right.gif') repeat-y right;

}
a, a:visited {
  color: #A95239;
  text-decoration: none;
}

a:hover, a:active {
  color: #c97259;
  text-decoration: underline;
}
td, P {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  color: #000000;

}
td.navcenter {
  background: #413427;
  color: #EDBB54;
  text-align: right
}

td.navcenter2 {
  background: #413427;
  color: #EDBB54;
  text-align: center
}

a.menu,a.menu:visited {
  color: #D76528; }

  
a.menu:hover, a:active {
  color: #e77538;
  text-decoration: underline;
}



.small {
  font-size: 9px;
  text-align: center;
}
h1 {
  font-size: 24px;
  text-align: center;
}
h2 {
  font-size: 21px;
}

.content_img {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.content_img_left {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	float: left; 
	margin: 0 15px 15px 0
}

.content_img_right {
	border: 1px solid #CCC;
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.22);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.22);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.22);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	float: right; 
	margin: 0 0 15px 15px
}