.blue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B7E9C;
	font-weight: bold;
	text-decoration: none;
}
.black {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.red {


	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bolder;
}
.blueitallics {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B7E9C;
	font-weight: bold;
	font-style: italic;
}
.blackbox {

	border: 1px solid #000000;
}

.dottedLine {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}
.dottedLine2 {
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
}
.box {
	border: 1px solid #CCCCCC;
}

