.style1 {
	font-size: 12px;
	font-weight: normal;
	;
	font-style: normal;
	font: Tahoma;
	font-family: Tahoma;
	color: #FFFFFF;
	line-height: normal;
}
.style2 {
	font-size: 13px;
	font-weight: normal;
	;
	font-style: normal;
	font: Tahoma;
	font-family: Tahoma;
	color: #CCCCCC;
	padding-top: 0px;
}
.style3 {
	font-size: 3px;
	font-weight: normal;
	;
	font-style: normal;
	font: Arial;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 5px;
}
.style4 {
	font-size: 15px;
	font-weight: bold;
	;
	font-style: normal;
	font: Arial;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.style5 {
	font-size: 12px;
	font-weight: normal;
	;
	font-style: normal;
	font: Tahoma;
	font-family: Tahoma;
	color: #de3b21;
}
.style6 {
	font-size: 12px;
	font-weight: bold;
	;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style7 {
	font-size: 36px;
	font-weight: normal;
	;
	font-style: normal;
	font: Impact;
	font-family: Impact;
	color: #FCCD12;
}
.style8 {
	font-size: 18px;
	font-weight: bold;
	;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.style9 {
	font-size: 12px;
	font-weight: bold;
	;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.style10 {
	font-size: 14px;
	font-weight: normal;
	;
	font-style: normal;
	font: Tahoma;
	font-family: Tahoma;
	color: #993333;
}
.style101 {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font: Arial;
	font-family: Arial, Helvetica, sans-serif;
	color: #de3b21;
}
.style11 {
	font-size: 17px;
	font-weight: bold;
	;
	font-style: normal;
	font: Arial;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.style12 {
	font-size: 36px;
	font-weight: bold;
	;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #de3b21;
	padding-top: 0px;
	line-height: normal;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
}
.style102 {
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	font: Tahoma;
	font-family: Tahoma;
	color: #425970;
}
.style104 {
	font-family: Impact;
	font-size: 35px;
	font-weight: normal;
	color: #cc0000;
	line-height: 37px;
}
.style105 {
	color: #CC0000;
	font-family: Impact;
	font-size: 22px;
	font-weight: normal;
}
.style115 {
	color: #003366;
	font-weight: normal;
	font-family: Impact;
	font-size: 22px;
}
.style116 {
	color: #003366;
	font-weight: normal;
	font-family: Impact;
	font-size: 36px;
}
.style117 {
	color: #CCFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font: Arial;
}


.style119 {
	color: #FF0000;
	line-height: 0px;
}
.style121 {
	color: #FCCD12;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
}
.style43 {
	color: #DDF7FF;
	font-family: Impact;
	font-size: 24px;
	font-weight: normal;
	height: auto;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/images/goldpaper.jpg);
	background-repeat: repeat;
}
.oneColElsCtrHdr #container {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #d3cbbe;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding: 20 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #d3cbbe;
	margin: 0 auto;
}
.oneColElsCtrHdr #footer { 
	padding: 0 00px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
