/* miOrg CSS - Blue */
.headerBar {
	background-image: url(../images/header_bars/h_bar_blue.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 110px;
}
a:link, a:active, a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #0099FF;
	text-decoration: underline;
}
.bar {
	background-image: url(../images/bars/bar_blue.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
	text-indent: 5px;
	height: 40px;
	color: #FFF;
	font-size: 28px;
}
.partBar {
	background-image: url(../images/part_bars/p_bar_blue.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
	text-indent: 5px;
	height: 30px;
	color: #FFF;
	font-size: 22px;
}
