/* 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_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;
}

/* 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;
}

/* --- OverBox -------------------------------------------- */

.OverBox {
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	display: inline;
	margin: 5px 0px 0px 10px;
	padding: 8px 8px 8px 8px;
	position: absolute;
	width: 150px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #595959;
}

.OverBox h1 {
	font-size: 13px;
	padding: 10px 0px 15px 33px;
}


/* 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;
}

/* --- Display -------------------------------------------- */

.DisplayNone {
	display: none;
}
