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

body {
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#6b6b6b;
	line-height:17px;
}

.maptext {
	font-size:10px;
	margin-top:-2px;
}

.intropara {
	line-height:25px;
}

.floatright {
	float:right;
}

.counter {
	font-size:9px;
}

.boxcontainer {
	background-image:url(../images/home-content-box.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

	
a {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #6b6b6b;
	text-decoration:underline;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #6b6b6b;
	text-decoration:underline;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #0e5b9a;
	text-decoration:underline;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #6b6b6b;
	text-decoration:underline;
}

h1 {
	font-size:16px;
	color:#0e5b9a;
	font-style:bold;
}

h2 {
	font-size:16px;
	color:#0e5b9a;
	font-style:bold;
	margin-bottom:-1px;
}

#boldLink {
	font-size:16px;
	color:#0e5b9a;
	font-style:bold;
}

#boldLink a {
	font-size:16px;
	color:#0e5b9a;
	font-style:bold;
	text-decoration:none;
}
#boldLink a:hover {
	text-decoration:underline;
	font-size:16px;
	color:#0e5b9a;
	font-style:bold;
}

.boldTitle {
	color:#0e5b9a;
	font-style:bold;
}



