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

div#scroll
{
	height: 520px;
	width: 300px;
	overflow: auto;
}
a.header:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
a.header:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
a.header:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	
}
a.nav:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e4e4e4;
	font-weight: bold;
	text-decoration: none;
}
a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e4e4e4;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	
}

a.foot:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
a.foot:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
a.foot:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	
}

a.head:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3f97c0;
	font-weight: bold;
	text-decoration: none;
}
a.head:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3f97c0;
	font-weight: bold;
	text-decoration: none;
}
a.head:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #609AFF;
	font-weight: bold;
	text-decoration: none;
	
}

a.contact:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3f96c0;
	font-weight: normal;
	text-decoration: underline;
	font-style: italic;
}
a.contact:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #464545;
	font-weight: normal;
	text-decoration: underline;
	font-style: italic;
}
a.contact:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #016cfd;
	font-weight: normal;
	text-decoration: underline;
	font-style: italic;
}

a.frame:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3f96c0;
	font-weight: normal;
	text-decoration: underline;
}
a.frame:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #3f97c0;
	font-weight: normal;
	text-decoration: underline;
}
a.frame:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #016cfd;
	font-weight: normal;
	text-decoration: underline;
}

.activeNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;

}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;

}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #582d8f;
	font-weight: bold;
	text-decoration: none;
	
}

.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #464545;
	font-weight: normal;
	text-decoration: none;
}
	
