table {border-collapse:collapse}
td {
	font-size : 11px;
	font-family : Arial; 
	color:black;
} 

a { 
	font-family : Arial; 
	color:blue;
} 
.white {
	font-size : 12px;
	font-family : Arial;
	font-style : normal;
	background-color : #FFFFFF;
	font-weight : normal
} 
.header {
	font-size : 11px;
	font-family : Arial;
	font-style : normal;
	background-color : #dddddd;
	font-weight : bold;
} 
.headerSub {
	font-size : 11px;
	font-family : Arial;
	font-style : normal;
	background-color : #eeeeee;
	font-weight : bold;
} 
.GreenCard  {
	font-size : 11px;
	font-family : Arial;
	background-color : Green;
	color : White;
	font-weight : bold;
} 
.RedCard  {
	font-size : 11px;
	font-family : Arial;
	font-weight : bold;
	background-color : Red;
	color : White;
	font-style : normal;
} 

.individualRed  {
	font-size : 11px;
	font-family : Arial;
	font-weight : normal;
	background-color : Red;
	color : black;
	font-style : normal;
} 

.individualGreen  {
	font-size : 11px;
	font-family : Arial;
	font-weight : normal;
	background-color : #00FF7B;
	color: black;
	font-style : normal;
} 
 
.individualGray {
	font-size : 11px;
	font-family : Arial;
	font-weight : normal;
	background-color : #DEDFDE;
	color : black;
	font-style : normal;
} 

.Summary  {
	font-size : 11px;
	font-family : Arial;
	font-style : normal;
	background-color : #DDDDDD;
}

.ZoneLine  {
	font-size : 11px;
	font-family : Arial;
	font-style : normal;
	background-color : White;
}
  
.YesPercent  {
	font-size : 11px;
	font-family : Arial;
	background-color : White;
	color : Green;
	font-weight : normal;
	font-style : italic;
}

.NoPercent  {
	font-size : 11px;
	font-family : Arial;
	font-weight : normal;
	background-color : White;
	color : Red;
	font-style : italic;
} 

th  {
	font-size : 11px;
	font-family : Arial;
	font-style : normal; 
}

h1 {font-size:15px; font-family:arial}
/* h2 {font-size:13px; font-family:arial}  interferes with we-card */
h3 {font-size:11px; font-family:arial}