@charset "UTF-8";
.logo {
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
.borderBody {
	border: 1px solid #CCCCCC;
}
.sideNav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #0C607E;
	text-decoration: none;
}
.sideNav  a:link{
	text-decoration: none;
	color: #0C607E;
}
.sideNav  a:visited{
	text-decoration: none;
	color: #0C607E;
}
.sideNav a:hover{
	text-decoration: none;
	color: #CCCCCC;
}
.sideNav a:active{
	text-decoration: none;
	color: #0C607E;
}
.borderSideNav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
