/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
  float: none;
  margin: 0 0 0 0; /* Sets the margin properties for all margins using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: auto;
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  color:#000000;
}

h1 {
	font-size:20px;
	color:#05689f;
}

h2 {
	font-size:18px;	
}

h3 {
	color:#05689f;
	font-size:16px;
}


h1#logo {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
}

h1#logo a {
	text-decoration:none;
	color:#000000;
}

h4 {
	font-variant:small-caps;
	font-size:16px;
	font-weight:bold;
	color:#758C23;
	font-variant:small-caps;
	font-weight:bold;
}

#toppanel, #panel, #nav, #main_transition {
	display:none;
}

.info_box.box3 {
	display:none;	
}

.box_image {
	display:none;	
}

#meerkat {
	display:none;	
}

#aboutus {
	display:block;
	margin:10px 10px 10px 0px;
}

#my_chart {
	display:none;
}

.noprint, .breadcrumb {
	display:none;	
}

.fg-button {
	display:none;	
}

.bold {
	color:#ff0000;	
}

.message {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:none;
	border-right:none;
}

#topcontrol {
	display:none;	
}

#logoprint {
	display:inline;
}