/* TAXSTYLE.CSS */

body { 
	background-color: #99ffcc ; 
	color: #000000 ;
	font-size: 10pt ;
	font-family: Arial, Helvetica, sans-serif }
P, tbody { 
	color: #000000 ;
	font-size: small ;
	font-family: Arial, Helvetica, sans-serif }
A:link, A:visited { 
	color: #cc0000 ;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif }
A:active, A:hover { 
	/* font-weight: bold ; */
	color: #ff0033 ;
	text-decoration: underline ;
	font-family: Arial, Helvetica, sans-serif }
	
/* Headlines */
H1, H2, H3, H4, H5, H6, H7 { 
	color: #339966 ;
	font-weight: bold ;
	font-family: Verdana, Arial, Helvetica, sans-serif }
 /* Size */
 H1 { font-size: xx-large }
 H2 { font-size: x-large }
 H3 { font-size: large }
 H4 { font-size: medium }
 H5 { font-size: small }
 H6 { font-size: x-small }
 H7 { font-size: xx-small }

.menu {
	background-color: #aaaaaa;
	text-align: center;
	vertical-align: middle;
	text-decoration: none }
.peachhead { 
	color:#cc6666;
	font-size: xx-large; 
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight:normal }
.greensubhead {
	color: #009966; 
	font-size: 12pt; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif }
.greentag { 
	color: #339966;
	font-weight:bold; 
	font-style:italic }
.greenhead {
	color: #009966; 
	font-size: 24pt; 
	font-weight: bold; 
	font-family: Verdana,Arial, Helvetica, sans-serif }

.greentext { color: #339966 }
.darkblue { color: #006699 }
.blacktext { color:#000000 }
.peachtext { color: #cc6666 }
.bolditalic { font-weight:bold; font-style:italic }
.footer {
	font-size: xx-small;
	font-family: Arial, Helvetica ,sans-serif }

.countdown_box {
	border: #006600 outset thick;
	background-color: #006633; 
	color: #ffffff; 		
	margin: 0 8em;
	padding: 5px; 
	font: 1.5em arial, sans-serif; 
	/* letter-spacing: 1px; */
	text-align: center;
	white-space: nowrap;
	}
