body {
  background:       #6699CC;
  font-size:        12pt;
  font-family:      Garamond, "Century Schoolbook", "Times New Roman", serif; 
  margin:			      0px; 
  padding:    			0px;
  color:            #FFFFFF;
}

a { 
  font-size:         10pt; 
  font-family:       Verdana, Arial, Helvetica, sans-serif; 
  color:             #FFFFFF;
}

a.note {
  font-size:         8pt;
}

a:link, a:active {
  text-decoration:   none;
}
	
a:hover, a:visited { 
  text-decoration:   underline;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #6699CC;
	padding : 1pt 8pt 1pt 8pt;
}

H1 { 
  font-size:         18pt; 
}

H2 { 
  font-size:         14pt; 
}

H3 { 
  font-size:         12pt; 
}

H4 { 
  font-size:         10pt; 
}

H5 { 
  font-size:         9pt; 
}

H6 { 
  font-size:         8pt; 
}

P, SPAN {
  font-size:         12pt; 
  font-family:       Garamond, "Century Schoolbook", "Times New Roman", serif; 
}

dd, dt, div, li, td, th {
  font-size:         12pt; 
  font-family:       Garamond, "Century Schoolbook", "Times New Roman", serif; 
}

th {
  font-weight:       bold;
}

ul {
  list-style-type:   square;
  margin-top:        5px;
  margin-bottom:     10px;
}			 

ol {
  list-style-type: decimal;
  margin-top:        5px;
  margin-bottom:     10px;
}

strong {
  font-weight:       bold;
}

.code {
  font-family:       courier, monospace;
  font-size:         8pt;
}

.cool {
  font-family:       Verdana, Arial, Helvetica, sans-serif;
  color:             #FFFFFF;  
  background:        #6699CC;
}

.coollink {
  color:             #FFFFFF;  
  background:        #6699CC;
}

.note {
  font-size:         10pt;
}

.sign {
  font-style:        italic;
  border-bottom:     thin solid #407FC0;
}	

.moop {
  border-top:     thin solid #407FC0;
}	