/* general stuff */

 
.blueBold {
	font-weight: bold;
	color: #0399CC;	
}

.greenBold {
	font-weight: bold;
	color: #7DBC2E;
}

.smallertext {
	font-size: 10px;
	letter-spacing:0px;
}
.dottedDivider {
	line-height:2px;
	background-attachment: scroll;
	background-image: url(../images/dash_greenLine.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
