/* CSS Document */

p{
	line-height: 18px;
	padding: 3px;
	text-indent:2em;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #5F9EA0;
	text-decoration: none;
	background-color: #B0E0E6;
	display: block;
	padding: 8px;
	width: 130px;
}


.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #336699;
	display: block;
	padding: 8px;
	width: 130px;
	color: #CC3300;
}
.panel_text{
	font-size: 10pt;
}
.sideBarTitle{
	color:#FFF;
	font-weight:bold;
}