/**  Disposable Heroes Styles  rev 04.21.06**/

/** -----------------------------------------------  **/
/** Default attributes				     **/
/** -----------------------------------------------  **/
	BODY, p, li,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #000000
	}

/** -----------------------------------------------  **/
/** Default links				     **/
/** -----------------------------------------------  **/
	a:link, a:active, a:hover {
	color:#000099
	}

	a:visited {
	color: #3399CC
	}

/** --------------------------------------------  **/
/** Header Sizes		 		  **/
/** --------------------------------------------  **/
	.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: bold;
	font-style: normal
	}

	.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	font-style: normal
	}

	.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	font-style: normal
	}
	
	.head4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	font-style: normal
	}

	.head5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-style: normal
	}

	.head6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-style: normal
	}

/** --------------------------------------------  **/
/** Quotes								 		  **/
/** --------------------------------------------  **/
	.quotes {
	padding: 4px 12px 4px 12px;
	font-size: 12px;
	Xline-height: 95%;
	font-weight: normal;
	}

	.underline {
	text-decoration: underline
	}
	
	.paddedcells {
	padding: 4px 12px 4px 12px
	}
	
	.maincell {
	padding: 12px
	}

	.green {
	color:#339933
	}
	
	.orange {
	color: #FF9900
	}
	
	.blue {
	color: #3300CC
	}

	.red {
	color:#CC3300
	}

	.footer {
	padding: 4px 4px 4px 4px
	}
	
	.greenbox {
	padding: 6px;
	font-size: 12px;
	background-color: #C0D6C0;
	border-color: #339933;
	border-width: 1px;
	border-style: solid
	}