charset "UTF-8";
body {
	background-image: url(images/sky_bgrnd.jpg);
	background-repeat: repeat-x;
}



.main_headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding: 10px 10px 10px 10px;
	color: #333333;
	background-color: #e1decf;
}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

.copy {
	font-family: arial;
	font-size: 10pt;
	font-style: normal;
	line-height: 130%;
	margin: 10px 10 0 0px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

.copy_italic {
	font-family: arial;
	font-size: 10pt;
	font-style:italic;
	line-height: 130%;
	margin: 10px 10 0 0px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

.copy_bold {
	font-family: arial;
	font-size: 10pt;
	line-height: 130%;
	margin: 10px 10 0 0px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

.copy_head {
	font-family: arial;
	font-size: 11pt;
	font-style: bold;
	line-height: 130%;
	margin: 10px 0 0 0;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.copy_small {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	line-height: 130%;
	margin: 10px 0 0 0;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}



td.body {
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
}

	
	
	td.body2 {
	padding: 10px 30px 30px 30px;
	background-color: #ffffff;
	}


td.body3 {
	padding: 0px 10px 10px 30px;
	background-color: #ffffff;
	}

td.body4 {
	padding: 0px 30px 10px 10px;
	background-color: #ffffff;
	}


