.blue_bold {
	color: #006699;
	font-weight: bold;
}
.pink_bold {
	color: #BF0365;
	font-weight: bold;
}
.rounded_heading {
	height: 30px;
	width: 500px;
	background-image: url(../images/bg_rounded_heading.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.5em;
	padding-top: 5px;
	margin-top: 10px;
	font-weight: bold;
}
