html { 
 font-family: Arial; 
 font-size: 12pt;
}


body { 
 font-family: Arial; 
 font-size: 12pt; 
 topmargin: 0; 
 leftmargin: 0; 
 rightmargin: 0; 
 bottommargin: 0; 
 marginwidth: 0; 
 marginheight: 0;
}

textarea { 
 font-family: Arial; 
 font-size: 12pt;
}

h1 { 
 font-family: Century Gothic; 
 font-size: 16pt; 
 font-weight: bold; 
 color:#000080;
}

h2 { 
 font-family: Century Gothic; 
 font-size: 14pt; 
 font-weight: bold; 
 color:#000080;
}

h3 { 
 font-family: Century Gothic; 
 font-size: 12pt; 
 font-weight: bold; 
 color:#000080;
}

h4 { 
 font-family: Century Gothic; 
 font-size: 10pt; 
 font-weight: bold; 
 color:#000080;
}

table {
 font-family: Arial; 
 font-size: 10pt;
}

input { 
 font-family: Arial; 
 font-size: 10ptl
}

p { 
 font-family: Arial; 
 font-size: 10pt; 
 text-align: justify;
}

/* class="single_spaced" */
.single_spaced {
 padding: 0px 0px 0px 0px;
}

li.padding {
 padding-bottom: 6px;
}