/* general */

body {
}

a:link {
	color: #2882e2;
	text-decoration: none;
}

a:visited {
	color: #003b85;
	text-decoration: none;
}

a:hover, a:active {
	text-shadow: 0px 0px 2px #white;
	color: black;
}

/* layout */

#pageHeader {
	background: transparent repeat-x url(../../images/colors/header1.jpg);
}

#pageHeader h1 {
	color: #fbfbfb;
	text-shadow: 2px 5px 6px #black;

}

#pageHeader h2 {
	color: #c4c4c4;
	text-shadow: 1px 5px 4px #black;
}

#footer {
	text-shadow: none;
	color: #808080;
}



