

body {
	background-color: #a09e9f;
	font-size: 10pt;
	font-family: Arial;
	color: #858484;
}

p {
	margin: 10px 0 10px 0;
	line-height: 20px;
	font-family: Arial;
}


.header a,
.header a:link,
.header a:visited,
.header a:active {
	color: #858484;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.header a:hover {
	color: #000000;
}


h1 { 
	background-image: url(../images/h1.jpg);
	background-repeat: no-repeat;
	padding-left: 75px;
	color: #000000;
	font-size: 13pt;
	font-family: Arial;
	line-height: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #000000;
}

.content {
	color: #858484; 
}


.content a, 
.content a:link,
.content a:active,
.content a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.content a:hover {
	font-weight: nprmal;
	
}





