/* Titles */
.title {
	font-family: Arial;
	font-size: 18px;
	color: #C21128;
}
.small-title {
	font-family: Arial;
	font-size: 14px;
	color: #C21128;
}
/* Standard TD */
td {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #2A2C29;
}
/* Breadcrumb */
.breadcrumb{
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #00616C;
	text-decoration: none;
}
.breadcrumb a {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #00616C;
	text-decoration: none;
}
.breadcrumb a:hover {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #C21128;
	text-decoration: none;
}
/* Sub Nav */
.subnav{
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #00616C;
	text-decoration: none;
}
.subnav a {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #00616C;
	text-decoration: none;
}
.subnav a:hover {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #C21128;
	text-decoration: none;
}
.subnav a:visited {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #C21128;
	text-decoration: none;
}
a {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #C21128;
	text-decoration: none;
}
.copyright{
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #00616C;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #00616C;
	text-decoration: none;
}
/*a:visited {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	color: #00616C;
	text-decoration: none;
}*/
.tree a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #A8D3D8;
	text-decoration: none;
}
.tree a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF565B;
	text-decoration: none;
}
.active-tree a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF565B;
	text-decoration: none;
}
.active-tree a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF565B;
	text-decoration: none;
}
.active-tree a:visited{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF565B;
	text-decoration: none;
}
.maintable {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #6CB3BC;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.relatedlinks {
	border: 1px solid #FFFFFF;
}
.relatedlinks-titles{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}