H1, H2, H3, H5 { color:#00	B; }
H4 { color: #000;}
H1 {font-weight: normal;   
   font-size: x-large;  
   line-height: 105%;   
   font-family: "Cooper Black", sans-serif;   
   font-variant: normal;  
   font-style: normal;
}
H2
{font-weight: normal;  
font-size: 24pt;  
line-height: 26pt;   
font-family: "Arial", sans-serif;   
font-variant: normal;  
}
H3
{font-weight:normal;  
color: #00b;
font-size: large;  
line-height: 100%;   
text-decoration: underline;
font-family: "Arial", sans-serif;  
font-variant: normal;  
text-transform: uppercase;}

H4{font-weight: normal;
  font-size: xx-small;
  line-height: 100%;
   font-family: "Arial", sans-serif;
   font-variant: normal;
}
div#giant {
width: 75%;
}


div#top {
  clear:both;
  height: 20px;
  background-color: #569;
  width: 100%;
  padding:0px;
  margin: 0px;
}

div#left {
  float: left;
  width: 15px;
  padding:0px;
  background-color:#eee;
}
div#right {
  float: right;
  clear: both;
  width: 30%;
  padding: 5px;
background-color:#eee;
}
div#middle {
  height:auto;
  margin: 0px 0px 0px 80px; 
  background-color:#eee;
  padding: 20px;
}
div#stripe {
float:right;
width:50px;
height:100%;
background-color:#a00;
}

div#bottom {
  clear:both;
  height: 20px;
  background-color: #569;
  width: 100%;
  padding:0px;
  margin: 0px;
}

BODY { background-color: #eee; font-family: "Arial", sans-serif; font-size: small; }
P { font-size: 11pt; line-height: 125%; }
UL LI { font-size: small }
.copy {font-family:"Arial", sans-serif; color: #000; font-size: xx-small; text-align: center; }
.red { color: red }
.green { color: green }
.blue { color: blue }
.copy {font-family:"Arial", sans-serif;color: #000; font-size: xx-small; text-align: center;}

#big { font-size: 150% }
#upper { text-transform: uppercase } 
A:link	{color:#00b;
text-decoration:underline;
cursor: auto;
font-variant:normal;
text-transform:none;
}

A:hover	{color:#00f;
text-decoration:none;
cursor: auto;
font-variant:normal;
text-transform:none;}

A:active	
{color:#00f;
text-decoration:none;
cursor: auto;
font-variant:normal;
text-transform:none;
}
A:visited	
{color:#800;
text-decoration:underline;
cursor: auto;
font-variant:normal;
text-transform:none;
}