/* CSS Document */

body {
	background-color: #b1b1b1;
}


.text { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }

.title { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 15px; color: #000000; }

.subheader { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #b39d76; }

.header { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 20px; color: #887758; }

h1 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 0px;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active{
	color: #ffe9c2;
	text-decoration: none;
}

a.text:link {
	color: #000000;
	text-decoration: none;
}
a.text:hover, a:active{
	color: #584330;
	text-decoration: none;
}

a.header:link {
	color: #887758;
	text-decoration: none;
}
a.header:hover, a:active{
	color: #887758;
	text-decoration: none;
}

.Footer {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}

