/* CSS Document */
body {
	background: #ffffff;
	color: #8E7257;
	font-family: comic sans ms, verdana, sans-serif;
	font-size: 11px;
}
td {
	vertical-align:top
}
li {
	line-height:1.5em;
}
#menu {
	text-decoration: none;
}
#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #8e7257;
}
#menu a#active {
	color: #cc3333;
	font-weight: bold;
}
#menu a:hover {
	color: #ad532b;
	font-weight: bold;
}

a {
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	color: #8e7257;
}
a:hover {
	color: #ad532b;
}
a:active {
	color: #ad532b;
}
.cap {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.cap a{
    text-decoration: underline;
	font-size: 11px;
	color: #ffffff;
}
.cap a:hover {
	color: #ff0000;  
}
.uline {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #8E7257;
}
.h1{
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}
.h2{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.h3{
	font-size: 14px;
	font-weight: bold;
	color: #ad532b;
}
.p{
    font-size: 11px;
	font-style: normal;
	color: #8e7257;
}
.pr{
	color: #cc3333;
}

#coupon {
background: #EFE2C8 ;
	width:450px;
	margin:70px auto;
   padding:20px 10px;
   background-color: #fff;
   border: 5px dotted #504C43;
   text-align:center; 
}

.footer{
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 9px;
	font-style: normal;
	color: #8e7257;
}
.footer a{
    text-decoration: underline;
	font-size: 9px;
	color: #ad532b;
}

