a:link {
	color: #1b2044;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #1b2044;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #000000;
}
.subtitle {
	font-size: 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99BBAC;

}
.greenlinks {
	color: #FFFFFF;
}
.border2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.floatleft {
	float: left;
}

