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


body {
	background-image: url(img/page_bg_01.jpg);
	margin-top: 0px;
	font-family: "Tahoma";
    font-size: 12px;
    color: #333;
	
}

h1 {
	color:#666;
	font-size:26px;
}

h2 {
	color:white;
	font-size:14px;
}


h3 {
	color: #4D0D0E; 
	font-size:16px;
	}

h4 {
	font-family: "Tahoma";
	color: black; 
	font-size:9px;
	}

p { color: black; 
	font-size:12px;
	}
	
a{ color: #834C00;
	
	}
	

	
