@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

a:visited {
	color: #FFA22E;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #FFA22E;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


.footer {
	
}
.yellowtxt {
	color: #FFA22E;
}

h1 {
	font-size: 17px;
}
.header {
	font-size: 24px;
	color: #FFA22E;
	font-weight: bold;
}
.style1 {
	font-weight: bold;
}