/* CSS Document */


body {
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	margin-left:250px;
}


.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #12ad84;
	font-size:25px;
 }

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:10px;
	line-height:17px;
 }

a {
	color:#615b4c;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

p {
	color:#615b4c;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}


a:link {
	color:#615b4c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #615b4c;
	
}

a:hover {
	text-decoration: underline;
	color: #12ad84;
	
}
a:active {
	text-decoration: none;
	color: #615b4c;
}

.page_text {
	width:630px;
	margin-top: 240px;
	margin-left: 160px;
	color:#615b4c;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #12ad84;
	font-size:25px;
	font-weight: lighter;
	}


.footer {
	color: #939598;
	font-size:11px;
	line-height: 25px;
}

.footer p {
	color: #939598;
	font-size:11px;

}

.footer a {
	color: #e38a45;
	font-size:11px;
	font-weight:bold;
}


.line {
	background-image:url(images/line.gif);
	width:630px;
	height:10px;
	background-repeat:no-repeat;

}
