/* 	Property Adjustment Key: top, right, bottom, left */

* { font-family: verdana, arial, helvetica, sans-serif; font-size: 100%; color:#000000; margin: 0; padding: 0;}

body {
	font-size: 80%;
	text-decoration: none;
	text-align: center;
} 

p {text-indent: 0px; text-align: left; padding-top: 0px; padding-right: 0px; padding-left: 0px; padding-bottom: 10px; }

h1 {font-size: 140%; font-weight: bold; padding-top: 0px; padding-right: 0px; padding-left: 0px; padding-bottom: 10px; }
h2 {font-weight: bold; }

.headerIdentity {
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	position: relative;
	top: 80px;
}

.imageHeadersText {
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

.fineprint {
	font-size: 80%;
}

.white {
	color: #FFFFFF; 
}

.orange { 
	color: #FF6600; 
}
.orange a:link { text-decoration: underline; color: #FF6600; }
.orange a:visited { text-decoration: underline; color: #FF6600; }
.orange a:active { text-decoration: underline; color: #FF6600; }
.orange a:hover { text-decoration: underline; color: #FF9900; }

.error {
	color: #FF3300;
}

.listblack {
	list-style: none;
	color: #000000;
}

.listblack li {
	line-height: 11px;
	margin-top: 6px;
	padding-left: 15px;
	background-image: url(images/bullet_black.gif);
	background-repeat: no-repeat;
	background-position: 0.5em;
}

.listorange {
	list-style: none;
	color: #FF6600;
}

.listorange li {
	line-height: 11px;
	margin-top: 6px;
	padding-left: 15px;
	background-image: url(images/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0.5em;
}

.pulledQuote {
	font-size: 120%;
	line-height: 115%;
	font-weight: bold;
}

.quote {
	position: relative;
	vertical-align: text-top;
	top: 14px;
	font-size: 380%;
	font-family: georgia, times, times new roman;
}

 /* For ie ONLY */
* html .quote {
	top: -13px;
}

.quoteCredit {
	font-size: 80%;
}