﻿body {
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;

}

#content {
	margin: 20px;
	border-right: none;
	border-bottom: none;
}
#content h1{
	text-align:center;
}

p.intro {
	font-size: 1.3em;
	line-height: normal;
	margin-bottom: 15px;
}


h1 {
	font: normal 2.0em , Arial, Helvetica, Verdana, sans-serif;
	height:180px;
	background:url('images_ind/backhead.jpg') left bottom;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 5px 0 5px 8px;
	color: #5c4b2d;
	background-color:#e9dfd3;

}

p {
	font: 1.6em/160% Georgia, "Times New Roman", Times, serif;
	margin: 10px 8px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #666666;
	margin-left: 0px;
	padding-left: 8px;
	clear: both;
}
.figure {
	width: auto;
}

a {
	color: #000000;
	text-decoration: none;
	font-size:13px;
}	
a:hover {
	color: #960;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


