a:link, a:visited {
	
}
a{
	color: #584F35;
	text-decoration: underline;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial;
	font-size: 12px;


}

h1{
	color: white;
	font-weight: bold;
	font-size: 18px;
	padding-right: 13px;
	height: 35px;
	line-height: 35px;
	background-image: url(../images/h1bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;

	/*max-width: 473px;*/
}



h2{
	margin: 21px 0px 16px 0px;
	padding: 0px 0px 5px 0px;
	color: #584F35;
	font-size: 12px;
	font-weight: bold;
	border-bottom:1px  solid #dcdcdc;
}

h3{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #777e7b;
	font-size: 14px;
	font-weight: bold;

}
 h4{
 	padding: 12px 0px 0px 0px;
	margin: 0px;
	color: Black;
	font-size: 12px;
	font-weight: bold;

 }
p{

}
li{
	list-style-image: url(../images/Arrow.gif);
	padding-right: 0px;
	
}
ul{
	padding-right: 0px;
	margin-right: 12px;
}