.white {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}

.black {
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

.grey {
	font-size: 12px;
	line-height: 23px;
	color: #666666;
}

.grey-b {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
		font-weight: bold;

}

.blue-b{
	font-size: 14px;
	line-height: 20px;
	color: #027FBE;
	text-decoration: none;
		font-weight: bold;

}

.blueborder {
	border-top: 5px solid #99CCFF;
	border-bottom: 1px solid #C6DEE9;
	background-color: #ECF6FB;
}
.black-b {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}


.form-text {
	border: 1px solid #999999;
}

a.{
 text-decoration: none;
}
a.:hover {
	text-decoration: underline;
}

.dotborder {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
