@charset "UTF-8";
/* CSS Document */


  html, body {
  	background: #fff;
	padding: 3px;
	margin: 0;
	color: #000;
	}
	
  .hidden { /* Hides elements from handheld devices */
  	display: none;
	visibility: hidden;
	}	
	
  .visible {
  	visibility: visible;
	display: block;
	}
	
  .center {
  	width: 100% !important;
	text-align: center;
	}
	
  a {
  	color: #126192;
	}
	
h1 {
	font-size: 17px;
	}
	
h2 {
	font-size: 15px;
	}
	
h3 {
	font-size: 13px;
	}
	
p {
	font-size: 13px;
	}
	
   div#sidebar-right-content h3 {
 	font-size: 14px; 
	font-weight: bold;
	color: #000;
	}
	
  #logo {
  	width: 200px;
	}
	
  img {
	}
	
  .noprint
  {
    visibility: visible;
  }
	
  #header {
	border-bottom: 1px solid #666;
	width: 100%;
	}
	
  #print-footer {
	border-top: 1px solid #666;
	width: 100%;
	}
	
  .shadow-bar {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	}
	



/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) {
  
  html {
  	-webkit-text-size-adjust: none;
	}
}

