
@font-face {
    font-family: 'CopprplGothBdBTBold';
    src: url('copperplate_gothic_bold_bt-webfont.eot');
    src: url('copperplate_gothic_bold_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('copperplate_gothic_bold_bt-webfont.woff') format('woff'),
         url('copperplate_gothic_bold_bt-webfont.ttf') format('truetype'),
         url('copperplate_gothic_bold_bt-webfont.svg#CopprplGothBdBTBold') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
	background-color: #e8d9c6;
	background-image: url('../ills/back.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	line-height: 18pt;
	color: black;
	margin: 0;
}
p {
	margin: 0;
}
td {
	vertical-align: top;
	font-size: 11pt;
	line-height: 18pt;
}
a:link, a:visited, a:active, a:hover {  
	color: #000; 
	text-decoration: underline;
}

h1 {
	color: #000;
	font-family: CopprplGothBdBTBold, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 24pt;
	line-height: 28pt;
	margin: 0 0 20px 0;
}
h2 {
	color: #3b8eac;
	font-family: CopprplGothBdBTBold, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 18pt;
	line-height: 22pt;
	margin: 0;
}
h3 {
	color: #3b8eac;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14pt;
	line-height: 18pt;
	margin: 0
}


.menu {
	font-family: CopprplGothBdBTBold, Verdana, Arial, sans-serif;
	font-size: 16pt;
	color: #fff; 
	margin: 1px 15px 0 15px;
}
a.menu:link, a.menu:visited {  
	color: #CFE2EB; 
	text-decoration: none;
}
a.menu:active {  
	color: #fff; 
	text-decoration: none;
}
a.menu:hover {  
	color: #fff; 
	text-decoration: underline;
}
.footer {
 	font-family: Verdana, sans-serif;
	color: #D2D2D2;
	padding: 20px 0 0 20px;
	font-size: 9pt;
	line-height: 16pt;
}
