@font-face {
	font-family: 'FontinSansRegular';
	src: url('fonts/Fontin_Sans_R_45b.eot');
	src: local('Fontin Sans Regular'), local('FontinSans-Regular'), url('fonts/Fontin_Sans_R_45b.woff') format('woff'), url('fonts/Fontin_Sans_R_45b.otf') format('opentype'), url('fonts/Fontin_Sans_R_45b.svg#FontinSans-Regular') format('svg');
}

.headH1 {
	font-family: FontinSansRegular, Helvetica, Verdana, Sans-Serif;
	color: #9c7e30;
	line-height: 1.1em;
	font-size: 22px; margin-top: 10px; margin-bottom: 0;
	width: 396px;
	font-weight: normal;
}

div.hr { 
	padding: 10px 0;
	height: 7px; 
	background: url(images/h1_line.gif) no-repeat scroll left; }
	
div.hr hr {
  display: none;
}		

A{
  font-size:12px;
  color:#766026;
 text-decoration:none;
 cursor: pointer !important;
}
A:HOVER{
 text-decoration:underline;
  color:#766026;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
BODY, TABLE, TD{
 font-family: Arial;
 font-size:12px;
 color:#766026;
 line-height:1.6em
}
H1{
 font-family: Arial;
 font-size:12px;
 color:#93A546;
 line-height:1.6em
}
.POINTER{
cursor:pointer;
}

.ulmargin {
	margin-top:0px;
}
.ulmargin-neg-10 {
	margin-top:-10px;
}

input.btn {
   color:#745F25;
  font: bold 90% arial,helvetica,sans-serif;
  background-color:#F7F3EC;
  border:1px solid;
  border-color:#725F37;
}

.listNone {
	list-style: none;
}