/* CSS Document */

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #D23430;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #E99F00;
	border-right-color: #E99F00;
	border-bottom-color: #E99F00;
	border-left-color: #E99F00;
	font-weight: normal;
}
.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1.5px;
	border-bottom-style: none;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: normal;
}
.navbar a:hover {
	color: #FFFFCC;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
}
.navbar a:active {
	font-weight: normal;
	color: #FFFF99;
	text-decoration: none;
}
.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1.5px;
	border-bottom-style: none;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: normal;
	}

.subnavbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BA2D29;
	background-color: #E99F00;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E99F00;
	border-right-color: #F1C15A;
	border-bottom-color: #F1C15A;
	border-left-color: #F1C15A;
	font-weight: normal;
	border-top-style: solid;
}
.subnavbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1.5px;
	border-bottom-style: none;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: normal;
}
.subnavbar a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
.subnavbar a:active {
	font-weight: normal;
	color: #FFFF99;
	text-decoration: none;
}
.subnavbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1.5px;
	border-bottom-style: none;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-weight: normal;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6A6583;
	margin-top: 8px;
	padding-top: 8px;
}
.current {
	color: #BA2D29;
	background-color: #E99F00;
	font-weight: bold;
}
.solutions a:link {
	font-weight: normal;
	color: #B63430;
	text-decoration: none;
}
.solutions a:visited {
	font-weight: normal;
	color: #B63430;
	text-decoration: none;
}
.solutions a:hover {
	font-weight: normal;
	color: #B63430;
	text-decoration: underline;
}
.solutions a:active {
	font-weight: normal;
	color: #B63430;
	text-decoration: none;
}
