td {
	font-family: helvetica, arial;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
h1 {
	font-family: times;
	font-size: 30px;
	font-weight: normal;
	color: #070A74;
}
h2 {
	font-family: times;
	font-size: 16px;
	font-weight: bold;
	color: #557909;
	text-transform: uppercase;
}
.breadCrumb {
	font-family: times;
	font-size: 10px;
	font-weight: normal;
	color: #888888;
	text-transform: uppercase;
}
a.breadCrumb {
	font-family: times;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	text-transform: uppercase;
}
a.breadCrumb:hover {
	font-family: times;
	font-size: 10px;
	font-weight: normal;
	color: #888888;
	text-decoration: underline;
	text-transform: uppercase;
}
a {
	color: #667078;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #667078;
	font-weight: bold;
	text-decoration: underline;
}
a.homePageButtonLarge {
	color: #CCCCCC;
	text-decoration: none;
}
a.homePageButtonLarge:hover {
	color: #FFFFFF;
	text-decoration: none;
}
strong {
	font-weight: bold;
	color: #000000;
}
.copy {
	font-family: times;
	font-size: 10px;
	color: #666666;
	padding: 20px;
}