/*-------------- Universal Settings -----------*/

* {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 1.5;
		}

	

/* ------------- Text Formatting -------------*/


.title1 {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bolder;
	color: #956948;

}

.body1 {
	text-align: justify;
	color: #666666;
}

.newsbody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #666633;

}

.newsheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
}

.formButtons {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #666666;
}

.bodyCenter {
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	color: #666666;
}

.bodySpecialOffer {
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
	color: #666666;
}


/* ------------- Link Formatting -------------*/

a:link, a:visited {
	color:#000000;
	text-decoration:none;
	}

a:hover, a:active {
	color:#003399;
	text-decoration:underline;
	}

a[href^="http:"] {
	background: url(images/icon_window.gif) no-repeat right top;
	padding-right: 10px;
	}
	
a[href^="mailto:"] {
	background: url(images/icon_email.gif) no-repeat right top;
	padding-right: 12px;
	}
	
div a {
	background: none;
	}

/* ------------- Float Formatting -------------*/

.right {
	float: right;
	}

