/* Common */

body {
	background-color: #ffffff;
	background-image: url(../images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana;
	margin: 37px 0px 0px 0px;
	font-size: 11px;
	color: #595959;
	line-height: 17px;
}


/* Navigation */

.navigation_on_left {
	background-image: url(../images/navigation/on/left.gif);
	background-repeat: no-repeat;
	width: 15px;
}

.navigation_on_middle {
	background-image: url(../images/navigation/on/background.gif);
	background-repeat: repeat-x;
	line-height: 11px;
	font-size: 11px;
	color: #7a7a7a;
	padding-top: 9px;
}

.navigation_on_middle a,
.navigation_on_middle a:hover {
	color: #7a7a7a;
	text-decoration: none;
}

.navigation_on_right {
	background-image: url(../images/navigation/on/right.gif);
	background-repeat: no-repeat;
	width: 15px;
}

.navigation_off_left {
	background-image: url(../images/navigation/off/left.gif);
	background-repeat: no-repeat;
	width: 15px;
}

.navigation_off_middle {
	background-image: url(../images/navigation/off/background.gif);
	background-repeat: repeat-x;
	line-height: 11px;
	font-size: 11px;
	color: #ffffff;
	padding-top: 7px;
}

.navigation_on_right_yellow {
	background-image: url(../images/navigation/on/right_yellow.gif);
	background-repeat: no-repeat;
	width: 15px;
}

.navigation_off_left_yellow {
	background-image: url(../images/navigation/off/left_yellow.gif);
	background-repeat: no-repeat;
	width: 15px;
}

.navigation_off_middle_yellow {
	background-image: url(../images/navigation/off/background_yellow.gif);
	background-repeat: repeat-x;
	line-height: 11px;
	font-size: 11px;
	color: #000000;
	padding-top: 7px;
}

.navigation_off_middle a {
	color: #ffffff;
	text-decoration: none;
}

.navigation_off_middle a:hover {
	color: #c8dded;
	text-decoration: none;
}

.navigation_off_right {
	background-image: url(../images/navigation/off/right.gif);
	background-repeat: no-repeat;
	width: 15px;
}

.navigation_off_middle_yellow a {
	color: #000000;
	text-decoration: none;
}

.navigation_off_middle_yellow a:hover {
	color: #888888;
	text-decoration: none;
}

.navigation_off_right_yellow {
	background-image: url(../images/navigation/off/right_yellow.gif);
	background-repeat: no-repeat;
	width: 15px;
}

/* Subnavigation */

.subnavigation {
	font-size: 11px;
	color: #acacac;
	line-height: 11px;
	padding: 0px 0px 0px 37px;
}

.subnavigation a {
	color: #acacac;
	text-decoration: none;
}

.subnavigation a:hover {
	color: #004a80;
	text-decoration: none;
}

a.subnavigation_on {
	color: #004a80;
	text-decoration: none;
}

/* Content */

.content {
	font-size: 11px;
	color: #595959;
	line-height: 17px;
	padding: 0px 55px 0px 55px;
	text-align: justify;
	vertical-align: top;
}

.content table tr td {
	font-size: 11px;
	color: #595959;
	line-height: 17px;
	text-align: justify;
	vertical-align: top;
}

.content a {
	color: #004d85;
	text-decoration: none;
}

.content a:hover {
	color: #004d85;
	text-decoration: underline;
}

.content_grey {
	color: #a7a9ac;
}

.content_blue {
	color: #004a80;
}

.contact_input {
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #a7a9ac;
	padding: 3px;
}

.contact_button {
	border: 1px solid #015592;
	background-color: #015592;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #ffffff;
	padding: 3px;
}

.form_input {
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #595959; /* #a7a9ac */
	padding: 3px;
}

.submit_button {
	border: 1px solid #015592;
	background-color: #015592;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #ffffff;
	padding: 3px;
}

/* Footer */

.footer {
	font-size: 11px;
	color: #bfbfbf;
	line-height: 17px;
	padding: 0px 46px 0px 0px;
	text-align: right;
	line-height: 19px;
}

.footer a,
.footer a:hover {
	color: #bfbfbf;
	text-decoration: none;
}
