@charset "UTF-8";



/* links and matching text styles */

a:link, a:visited, a:active {
	font-weight: bold;
	color: #387abe;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #387abe;
	text-decoration: underline;
}

a.white-link:link, a.white-link:visited, a.white-link:active {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.white-link:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}






a.sub-nav:link, a.sub-nav:visited, a.sub-nav:active {
	font-weight: bold;
	color: #387abe;
	text-decoration: none;
	margin-left: 12px;
	margin-right: 12px;
}
a.sub-nav:hover {
	font-weight: bold;
	color: #387abe;
	text-decoration: underline;
	margin-left: 12px;
	margin-right: 12px;
}


a.navigation:link, a.navigation:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	background-color: #387abe;
	margin: 0px;
	text-align: left;
}
a.navigation:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #387abe;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	background-color: #e7ebf6;
}

a.baseline:link, a.baseline:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
a.baseline:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}


/* images */

.image-float-right {
	float: right;
	clear: right;
	margin: 0em 0em 2em 2em;
}
.image-float-left {
	float: left;
	clear: left;
	margin: 0em 2em 1em 0em;}

img.hiddenpic{display:none}
