
A:link { text-decoration: none; color: black; }
A:visited { text-decoration: none; color: black; }
A:active { text-decoration: none; color: black; }
A:hover { text-decoration: underline; color: #134293}

body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;

}

#yellow_banner {

	height: 94px;

	background-image: url(../images/yellow_gradient.gif);
	background-repeat: repeat-x;

}

#navigation {

	width: 180px;
	/* background-color: #F5F5F5; */
	
}

.menu_item {

	font-family: tahoma;
	font-size: 10pt;
	
	padding-top: 15px;
	padding-left: 7px;

	border-right: 1px solid #D4D3D3;
	border-left: 1px solid #D4D3D3;

	background-color: #F5F5F5;

}

#content_padding {

	padding-left: 25px;	
	padding-top: 20px;

	font-family: tahoma;
	font-size: 10pt;

}

.bkhr {

	color: #DD002B;

}

.droptext {

	background-color: #F5F5F5;
	border-right: 1px solid #D4D3D3;
	border-left: 1px solid #D4D3D3;
}

.padding_p {

	margin-top: 0px;
	padding: 10px;
	
}

.stand_out {

	color: #C19C0C;
	font-weight: bold;

}

.piecharttext,
.piecharttag {
  color: #004386;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  margin-bottom: 10px;
  font-size: 1.1em;  
}

.piecharttag {
  font-size: 1.7em;
}



.boldtext {
  font-weight: bold;
}