/* MAIN CONTENT STYLE */

FONT.mainContent {
  text-decoration : none;
  text-align : justify;
  color : #000000;
  font : 11pt "Century Gothic", sans-serif;
}


/* PAGE TITLE STYLES */

FONT.titleColor1 { /* dark blue */
  text-decoration : none;
  color : #222341;
  font : 18pt "Century Gothic", sans-serif;
  font-weight : bold;
} 
FONT.titleColor2 {  /* dark red */
  text-decoration : none;
  color : #72090d;
  font : 18pt "Century Gothic", sans-serif;
  font-weight : bold;
} 
FONT.titleColor3 {  /* green */
  text-decoration : none;
  color : #405932;
  font : 18pt "Century Gothic", sans-serif;
  font-weight : bold;
} 

FONT.titleColor4 {  /* black */
  text-decoration : none;
  color : #000000;
  font : 18pt "Century Gothic", sans-serif;
  font-weight : bold;
} 

/* LINK STYLES */
A { 
  color : #000000;
  font : 10pt "Century Gothic", sans-serif;
} 
A:active { 
  color : #da9b38;
} 
A:visited { 
  color : #000000;
} 
A:hover { 
  color : #444563;
} 


/* HEADER STYLES */

FONT.h1 { 
  text-decoration : none;
  color : #000000;
  font : 18pt "Century Gothic", sans-serif;
  font-weight : bold;
} 
FONT.h2 { 
  text-decoration : none;
  color : #000000;
  font : 14pt "Century Gothic", sans-serif;
  font-weight : bold;
} 
FONT.h3 { 
  text-decoration : none;
  color : #000000;
  font : 12pt "Century Gothic", sans-serif;
  font-weight : bold;
} 