/* AzSEASTYLE.CSS */

body { 
	font-size: 10pt;
	background-color: #ffffff ; 
	color: #000000 ;
	font-family: Arial, Helvetica, sans-serif }
P, tbody {
	font-size: 10pt ;
	color:#000000 ;
	font-family: Arial, Helvetica, sans-serif }
A:link, A:visited { 
	color: #cc0000 ;  /* fire red */
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif }
A:active, A:hover { 
	color: #ff0033 ;  /* red orange */
	text-decoration: underline ;
	font-family: Arial, Helvetica, sans-serif }
.menu {
	background-color: #aaaaaa;  /* gray */
	text-align: center;
	vertical-align: middle;
	text-decoration: none }
.tabletext {
	font: 90% Arial, Helvetica, sans-serif; }
.tophead {
	color: #cc3366;  /* rubine */
	font: 18pt Arial Black, Helvetica, sans-serif; }
.peachhead { 
	color:#cc6666;
	font: normal 24pt Impact, Arial, Helvetica, sans-serif; }
.mauvehead { 
	color:#cc6666;
	font: normal 24pt Impact, Arial, Helvetica, sans-serif; }
.biggreen {
	color: #339966;
	font-size: 14pt }
.greentag { 
	color: #339966;
	font-weight:bold; 
	font-style:italic }	
.greenhead { 
	color: #00CC99;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-weight: normal }
.maroon18 {
	color: #660033;
	font-size: 14pt;
	font-weight:bold; }
	
.arial8 { 
	font: 8pt Arial, Helvetica, sans-serif}
.subhead {
	font: bold 12pt Arial, Helvetica, sans-serif }
.button {
	font-size: 8pt;
	font: bold 8pt Arial, Helvetica, sans-serif }
.footer { 
	font: 6pt Arial, Helvetica, sans-serif }

/* Colors */
.mauve { color: #cc6666 }
.peach { color: #ff9999 }
.orange { color: #ff9966 }
.greentext { color: #339966 }
.maroon { color: #660033 }
.fuschia { color: #cc3366 }
.purple { color: #993399 }
.brown { color: #993300 }	
.darkblue { color: #006699 }
.medblue { color: #3399cc }
.blacktext { color: #000000 }


/* Attributes */
.small { font-size: 8pt }
.big { font-size: 14pt }
.bold { font-weight: bold }
.bolditalic { font-weight: bold; font-style: italic }
.alignright { text-align: right }
.righttag { 
	text-align: right; 
	font-size: 8pt }

/* Headlines */
H1, H2, H3, H4, H5, H6, H7 { color: #339966 }
H1, H2, H3, H4 { font-family: Arial, Helvetica, sans-serif }
H5, H6, H7 { font-family: Verdana, Arial, Helvetica, sans-serif }
H7 { font-size: 24pt; font-weight: bold }
H6 { font-size: 18pt; font-weight: bold }
H5 { font-size: 14pt; font-weight: bold }
H4 { font-size: 12pt; font-weight: bold }
H3 { font-size: 10pt; font-weight: normal }
H2 { font-size: 8pt; font-weight: normal }
H1 { font-size: 6pt; font-weight: normal }

