@charset "UTF-8";
/* CSS Document */

.header p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:0 10px 0 10px;
	margin:0;
}

.header a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.header a:hover {
	color: #813334;
	text-decoration: underline;
}
.header a:active {
	color: #813334;
	text-decoration: underline;
}



.footer p {
	text-align:center;
	width:900px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	
}
.footer a:link {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.footer a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.footer a:active {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}