/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

h1 {
	font-size: 18px;
	color: #e67518;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
}

.homeText {
	font-size: 14px;
}

.footer {
	font-size: 10px;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}

a.footer:link {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
a.footer:visited {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}
a.footer:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 10px;
}
a.footer:active {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
