.text-grey {
	font-family: Tahoma;
	font-size: 11px;
	color: #6F6F6F;
	text-decoration: none;
}
.forms {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FCFCFC;
	height: 19px;
}
.borders {
	border: 2px solid #CCCCCC;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.text-white {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.text-navy {
	font-family: Tahoma;
	font-size: 11px;
	color: #1B197A;
	text-decoration: none;
}
a.text-navy:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #7482AF;
	text-decoration: none;
}
.text-big {
	font-family: Tahoma;
	font-size: 16px;
	color: #2DAB7E;
	text-decoration: none;
	font-weight: bolder;
}
