/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FEEAD1;
	font-size:11px;
  margin: 0;
  padding: 0;
	color: #532900;
	text-align:center;
}
h1 {
	height: 90px;
	font-size: 170%;
	background: url(../img/bg/logoMobile.gif) no-repeat center;
}
h1 span {
	display: none;
}
h2 {
	font-size: 120%;
}
a {
	color: #A91201;
}
a:hover {
	color: #D31601;
}
#wrapper {
	width:98%;
	margin: 5px auto;
	background-color: #FDF8F0;
}
#content {
	width: 100%;
	height:auto;
}
#row1 {
	display: none;
}
#bgHeader, #NavB {
	color: #FEEAD1;
	background-color: #7B2424;
}
#NavB address {
	display:inline;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	padding-bottom: 4px;
}
.text {
	font-size:12px;
	text-align:justify;
}
.text table table td, .text table table th {
	padding: 3px;
	text-align:center;
}
.text table table {
	border-spacing:0px;
	border-collapse:collapse;
	background-color: white;
	border-color: #E6CECC;
}
.text table table th {
	background-color: #F7F7F7;
	font-weight:normal;
}
.text p {
	text-indent: 0px;
	margin:0 0 10px 0;
}
.text hr {
	height: 1px;
	border-width: 1px 0px 0px 0px; 
	border-style: solid; 
	border-color: #C4AF94;
	color:#C4AF94;
	list-style-image:url(../img/bg/listek.gif)
}
.text li {
	list-style-image:url(../img/bg/listek.gif)
}
