body {
  background:       #FFFFFF;
  font-size:        12pt;
  font-family:      Garamond, "Century Schoolbook", "Times New Roman", serif; 
  margin:			      0px; 
  padding:    			0px;
  color:            #000000;
}

a { 
  font-size:         10pt; 
  font-family:       Verdana, Arial, Helvetica, sans-serif; 
  color:             #6699CC;
}

a.note {
  font-size:         8pt;
}

a:link, a:active, a:visited {
  text-decoration:   none;
}
	
a:hover { 
  text-decoration:   underline;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6699CC;
	padding-top : 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom:  1px;
}

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; 
	margin-left:			 8px;
	margin-right:			 8px;
	text-align:				 justify;
}

dd, dt, div, li, td, th {
  font-size:         12pt; 
  font-family:       Garamond, "Century Schoolbook", "Times New Roman", serif; 
	margin-left:			 8px;
	margin-right:			 8px;
}

th {
  font-weight:       bold;
	margin-left:			 8px;
	margin-right:			 8px;
}

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;
}	