div.sidebarBox {
   -moz-border-radius-topright: 5px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-bottomright: 5px;
   -moz-border-radius-bottomleft: 5px;
   -webkit-border-top-right-radius: 5px;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
   -webkit-border-bottom-left-radius: 5px;
   margin-bottom: 10px;
   border: 1px solid #BFD1EF;		   
   overflow: auto;
   border-color: #BFD1EF;
   color: #666666;
}

.font16 {
   font-family: Arial, "Trebuchet MS", Helvetica, Verdana, sans-serif;
   font-size:16px;
}

.font12 {
   font-family: Arial, "Trebuchet MS", Helvetica, Verdana, sans-serif;
   font-size:12px;
}

.font11 {
   font-family: Arial, "Trebuchet MS", Helvetica, Verdana, sans-serif;
   font-size:11px;
}

.blue1 {
   color: #4277D0;
   font-weight: bold;
}

.blue2 {
   color: #244797;
   font-weight: bold;
}		

.blue3 {
   color: #A6C1EE;
   font-weight: bold;
}

.sidebarContent {
	width:208px;
	height:185px;
	margin:0;
	padding:0;
	left:0;
	top:0;
	position:relative;
	display:block;
} 

.sidebarFooter {
	width:208px;
	bottom:0px;
	right:0px;
	margin:0px;
	padding:0px;
	position:relative;	
} 

