.homeTitle
{
	font-weight: bold;
	font-size: 13px;
	color: #555182;
	text-decoration: none;
}
.homeTitleOrange
{
	font-weight: bold;
	font-size: 13px;
	color: #f15a22;
	text-decoration: none;
}
.homeLink
{
	font-weight: bold;
	font-size: 10px;
	color: #f15a22;
	text-align: left;
	text-decoration: none;
}
A.homeLink:hover
{
	text-decoration: underline;
}
.homeLink2
{
	font-weight: bold;
	font-size: 10px;
	color: #5B5487;
	text-align: left;
	text-decoration: none;
}
A.homeLink2:hover
{
	text-decoration: underline;
}

.homeSubTitle
{
	font-weight: bold;
	font-size: 10px;
	color: #0473A1;
	text-align: left;
	text-decoration: none;
}
.homeSubTitle2
{
	font-size: 10px;
	color: #636363;
	text-decoration: none;
}
.homeHighlighted
{
	background: #F5F5F5
}