body {
	background-color: #8E9195;
	color: #66686C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: default;
}
h1{
	color: #AE3709; 
	font-size: 13pt;
}
h2{
	color: #66686C; 
	font-size: 11px;
}
p {
	color: #66686C; 
	font-size: 12px;
	text-decoration: none;
}
hr{
	height: 5px;
	border: 0px;
	background-color: #EBEAE2;
	width: 100%;
}
td {
	color: #66686C; 
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-size: 8pt;
}
table{ 
	border-collapse: collapse;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #FDEAE1;
	text-decoration: underline;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #FF5300;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a.read:link {
	color: #E76302;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}
a.read:hover {
	color: #CC3300;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: underline;
}
a.read:visited {
	color: #E76302;
	font-weight: normal;
	font-size: 8pt;
	text-decoration: none;
}
.menu {
	color: #FFFFFF;
	font-family: arial, sans-serif, verdana ;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
}
.content {
	color: #3F464F;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: justify;
	padding: 10px;
}
.copy{
	font-size: 8pt;
	color: #3D4D5B;
	text-align: left;
	padding-left: 10px;
}
input,select,textarea {
	background: #FFFFFF;
	border: 1px solid #E4955A;
	color: #585858;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}
.dotted{
	border-style: dashed;
	border-color: #EFCAA0;
	background: #FCFCFC;
	width: 100%;
}
.top{
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva ;
	font-size: 10px;
	padding-left: 20px;
	padding-top: 2px;
	color: #CD471F;
}
.price{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E76302;
	font-size: 10pt;
}
.sidebar-title {
  margin:0;
  padding:0 0 .2em;
  border-bottom:1px dotted #9b9;
  font-size:115%;
  line-height:1.5em;
  color:#566;
  font:  "Trebuchet MS",Verdana,Arial,Sans-serif;
  }
  .box ul {
  margin:.5em 0 1.25em;
  padding:0 0px;
  list-style:none;
  }
.box ul li {
	margin:0;
	padding:0 0 3px 10px;
	margin-bottom:3px;
	border-bottom:1px dotted #eee;
	line-height:1.3em;
}
.box p {
  margin:0 0 .6em;
  }