@charset "utf-8";
body {
    background-color: #ffffff;
    background-repeat: repeat;
    background-position: top center;
    margin: 0;
    padding: 0;
}
img#new {
    width: 1000px;
    height: 750px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 20;

    display: block;
}
.txtBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #372325;
	text-decoration: none;
}
.txtBOLDorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC6A2B;
	text-decoration: none;
}
a:link {
	color: #CC6E28;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CF5E22;
}
a:hover {
	text-decoration: none;
	color: #362224;
}
a:active {
	text-decoration: none;
	color: #CF6927;
}.txtBOLDrangeHEADER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC6A2B;
	text-decoration: none;
}
