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

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D5DAD4;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	line-height: 12pt;
}.page_title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00411f;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #CCCCCC;
}
.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 18px;
	color: #5E695A;
}
.footer a:link, .footer a:visited {
	color: #434b41;
	text-decoration:none;
}
.footer a:active, .footer a:hover {
	text-decoration:underline;
}

.header {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #00624b;
}
.header a:link, .header a:visited {
	color: #00624b;
	text-decoration:none;
}
.header a:active, .header a:hover {
	text-decoration:underline;
}

