/* header styles */

#header_lang {
	color: lightgreen;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 10px;
}

#header_lang a:link    { color: white; text-decoration: none; }
#header_lang a:visited { color: white; text-decoration: none; }
#header_lang a:hover   { text-decoration: underline; }


.header_link {
	color: white;
	font-size: 12px;
}

.header_link a:link    { color: white; text-decoration: none; }
.header_link a:visited { color: white; text-decoration: none; }
.header_link a:hover   { text-decoration: underline; }


#footer_upper #aboutus, 
#footer_upper #copyright, 
#footer_lower #address  {
	text-align: left;
	color: gray;
}

.header_greet {
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.header_greet a:link    { color: lightblue; text-decoration: none; }
.header_greet a:visited { color: lightblue; text-decoration: none; }
.header_greet a:hover   { text-decoration: underline; }

