@font-face {
    font-family: 'Copperplate';
    src: url('fonts/coprgtb-webfont.eot');
    src: url('fonts/coprgtb-webfontd41d.eot?#iefix') format('eot'),
         url('fonts/coprgtb-webfont.woff') format('woff'),
         url('fonts/coprgtb-webfont.ttf') format('truetype'),
         url('fonts/coprgtb-webfont.html#webfontn4syG6vT') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CopperplateB';
    src: url('fonts/coper9-webfont.eot');
    src: url('fonts/coper9-webfontd41d.eot?#iefix') format('eot'),
         url('fonts/coper9-webfont.woff') format('woff'),
         url('fonts/coper9-webfont.ttf') format('truetype'),
         url('fonts/coper9-webfont.html#webfontn4syG6vT') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
@font-face {
    font-family: 'Copperplate';
    src: url('fonts/copperplate-webfont.eot');
    src: url('fonts/copperplate-webfont.eot?#iefix') format('eot'),
         url('fonts/copperplate-webfont.woff') format('woff'),
         url('fonts/copperplate-webfont.ttf') format('truetype'),
         url('fonts/copperplate-webfont.svg#webfontD0x2HVkE') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#333;	
	
	scrollbar-base-color: #9C8750;
}

a {
	color:#9C8750;
	text-decoration:none;
}
a:hover {
	color:#000;	
}

h1 {
	font-family: 'CopperplateB';
	margin:0px;
	font-weight:normal;
	color:#000;		
	font-size:23px;
}

h2 {
	font-family: 'CopperplateB';
	font-size: 20px;
	font-weight: normal;
	color:#9C8750;	
	margin: 0px 0px;
}

h3 {
	font-family: 'CopperplateB';
	font-size: 18px;
	font-weight: normal;
	color:#000;
}

h4 {
	font-family: 'CopperplateB';
	font-size: 16px;
	font-weight: normal;
	color:#9C8750;
}

img.border {
	border: 1px solid #888;
}