body {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	vertical-align: top;
	list-style-type: circle;
	list-style-position: outside;
	color: #000000;
	font-size: small;
}

h1 {
	font-size: large;
	color: #0082C8;
	weight: normal;
	line-height: 150%;
	text-align: left;
}
h2 {
	font-size: 15px;
	color: #333333;
	text-align: left;
}
h3 {
	font-size: 12px;
	color: #666666;
	text-align: left;
}
h5 {
	font-size: medium;
	font-weight: lighter;
	text-align: left;
}
.main {
	font-size: 8px;
	color: #666;
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
a:hover {
	color: #0081C6;
}
a:visited {
	color: #666666;
}

.footer {
	font-size: x-small;
	
}
.top_menu {
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}
	

.top_menu a:link {
	text-decoration: none;
	color: #666;
}


.top_menu a:hover {
	text-decoration: none;
	color: #0082C8;
}
.top_menu  a:visited	{
	text-decoration: none;
}

.contact {
	font-size: small;
	padding-left: 22px;
	padding-top: 20px;
}

.contact a:link {
	text-decoration: none;
	color: #0082C8;
}
	



.current {
	color: #0082C8;
}
