BODY {
	color: #888888;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
}
p {
	font-size: 10pt;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}
p.home_text {
	font-size: 10pt;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	line-height: 22px;
}
p.home_contact {
	font-size: 10pt;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: none;
	line-height: 22px;
}
p.header {
	font-size: 10pt;
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	font-weight: bold;
}
p.footer_text {
	margin-top: 0;
	font-size: 8pt;
	text-align: center;
}



A.top_bar {
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

A.top_bar:HOVER {
	color: Yellow;
	text-decoration: underline;
}
A.home_link {
	font-size: 10pt;
	color: #00008B;
	text-decoration: none;
}

A.home_link:HOVER {
	color: #8B0000;
	text-decoration: underline;
}

A {
	font-size: 8pt;
	color: #171762;
	text-decoration: none;
}

A:HOVER {
	color: #B22222;
	text-decoration: underline;
}
.textarea {
	font-size: 8px;
	background-color: #CED2D8;
	border: 1px solid #314973;
	padding-left: 5px;
}

#fadeinbox{
position:absolute;
width: 300px;
left: 0;
top: -400px;
border: 1px solid #444;
background-color: lightyellow;
padding: 4px;
z-index: 100;
visibility:hidden;
}
