.body {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
.headingBSP {
	color: #240048;
	font-weight: bold;
	font-size: medium;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
.footerText {color: #333333; font-family: Georgia, "Times New Roman", Times, serif; font-size: small; }
#sideBar {
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #00224F;
}
@viewport {
  width: device-width ;
  zoom: 1.0 ;
}
 /* Portrait */
 media screen 
  and (device-width: 480px) 
  and (device-height: 800px)  
  and (orientation: portrait) {
}
 /* Landscape */
 media screen 
  and (device-width: 480px) 
  and (device-height: 800px) 
  and (orientation: landscape) {
}