@charset "utf-8";

/* CSS Document */



#header{
background-color: #3C4D23;
}



#welcome{
	background-color: #3C4D23;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFca05;
	padding: 0px 0px 0px 10px;
	border-style: none;
	border-width: 0px;
}



#welcome span{
 font-weight: bold;
}



	a:link {color:#f6f1b8;text-decoration:none;font-weight:bold;}
	a:visited {color:#f6f1b8;text-decoration:none;font-weight:bold;}
	a:hover {color:#d6ec5d;text-decoration:underline;font-weight:bold;}
	a:active {color:#f6f1b8;text-decoration:none;font-weight:bold;}