@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font:11px Arial;
	font-weight:lighter;
	line-height: 16px;
	letter-spacing:0.1em;
	color:#000033;
	text-align:justify;
}

.menu {
	background-image:url(images/menu_hdr.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	
}

#navigation a {
	font:11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height: 20px;
}
	
#navigation a:hover {
	color:#ffffff;
	font-weight:bold;
}
	
.navText {
	font:11px Arial;
	color: #ffffff;
	letter-spacing:0.1em;
}

#footerNavigation a {
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000033;
	text-decoration: underline;
	letter-spacing:0.1em;
	line-height: 20px;
	margin: 10px;
}

.footerNav {
	font:11px Arial;
	font-weight:bold;
	color: #000033;
	letter-spacing:0.1em;
}

.contactBack {
	background-image: url(images/grey_grad.jpg);
	background-position:top;
	background-repeat:repeat-x;
}