@charset "utf-8";
.greyoutline {
	border: 1px solid #CCCCCC;
}
.whiteunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.greynavoutline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.leftnav-bluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00254f;
	text-decoration: none;
}
.leftnav-whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}


.greyunerline {
	border: thin solid #dbdbdb;
}
