@charset "utf-8";
/* CSS Document */

.headerLogo {
	position			: absolute;
	top					: 10px;
	left				: 50px;
}
.headerMenu1 {
	position			: absolute;
	top					: 20px;
	right				: 25px;
}
.headerMenu2 {
	position			: absolute;
	bottom				: 0px;
	right				: 40px;
	width				: 550px;
	height				: 29px;
	line-height			: 30px;
	background-image	:url(../images/layout/bkg_header.gif);
}
a.textheader1 {
	color				: #333;
	font-family			: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			: 11px;
	padding-left		: 20px;
	text-decoration		: none;
}
a.textheader1:hover {
	text-decoration		: underline;
}
a.textheader2 {
	color				: #005D32;
	font-family			: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	padding-right		: 15px;
	padding-left		: 15px;
	text-decoration		: none;
}
a.textheader2:hover {
	text-decoration		: underline;
}
