BODY {font-family: Comic Sans MS, Arial, sans-serif;
	font-size: 12pt;
	text-align: left;
	background: #FFFFFF;}

P 	{font-family: Comic Sans MS, Trebuchet MS, Arial, sans-serif;    
	font-size: 12pt;}
	      /* Style for normal paragraphs */
 
 Marquee {font-family: Comic Sans MS, Verdana, Arial, sans-serif;
 	color: #000066;font-size: 12pt; font-weight: bold; }
	
.center {font-family: Verdana, Trebuchet MS, Arial, sans-serif;    
	font-size: 12pt; font-weight: bold; text-align: center;}

.nav {font-family: Comic Sans MS, Trebuchet MS, Arial, sans-serif;
	color: #FAEBD7;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;}

I {font-family: Comic Sans MS, Trebuchet MS, Arial, sans-serif;
	font-size: 12pt;
    font-style: italic;}

B {font-family: Comic Sans MS, Trebuchet MS, Arial, sans-serif;
   font-size: 12pt;
   font-weight: bold;}
   
EM {font-family: Comic Sans MS, Trebuchet MS, Arial, sans-serif;
   font-size: 12pt;
   color: #FAEBD7;
   font-weight: bold;}

PRE {font-family: Georgia, Tahoma, Times New Roman, Helvetica, serif;
	font-size: 12pt; margin-right:600px;}

DIR {font-family: Comic Sans MS, Trebuchet MS, Arial, sans-serif;  
	font-size: 12pt;}
		/* Style for directory lists */

BLOCKQUOTE {margin-left: 20px;    
	margin-right: 20px;
	font-family: Comic Sans MS, Trebuchet MS, Arial, sans-serif;
	font-size: 12pt;}
		/* Sets the left and right margins for a <blockquote> at 20 pixels */

STRONG {font-family: Comic Sans MS, Trebuchet MS, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;}

SCRIPT {font-family: Comic Sans MS, Trebuchet MS, Arial, sans-serif;
	font-size: 12pt;
    font-style: italic;}

UL {margin-left: 0.25in;
    margin-right: 0.25in;
    font-family: Comic Sans MS, Trebuchet MS, Arial, sans-serif;
    font-size: 12pt; 
    list-style-type: disc;}

OL {margin-left: 0.25in;
    margin-right: 0.25in;
    font-family: Comic Sans MS, Trebuchet MS, Arial, sans-serif;
    font-size: 12pt; 
	list-style-type: decimal;}

LI  {font-family: Verdana, Trebuchet MS, Arial, sans-serif;
	font-size: 12pt;
	margin-top: 12pt;}
	 
SCRIPT  {font-family: Verdana, Trebuchet MS, Arial, sans-serif;
	font-size: 12pt;
	color : White; 
	font-weight : bold; 
	font-style : italic; 
	text-align : center; 
	margin-left : 25px; 
	margin-right : 25px;}

TABLE {font-family: Comic Sans MS, Arial, Trebuchet MS, sans-serif;
	font-size: 9pt; text-align: left;}

TD {font-family: Comic Sans MS, Arial, Trebuchet MS, sans-serif;
	font-size: 9pt}
		/* Style for standard table cells */
   
TH {font-family: Comic Sans MS, Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
    font-size: 12pt;
    padding: 4pt}

TD.left {font-family: Technical, sans-serif;			
	font-size: 16pt;
	border-right: groove}
		/* Style for the left column of the table on main page */ 
	/* To apply this style, use <td class=left> */

TD.right {font-family: Technical, sans-serif; 		
	font-size: 16pt}	
   /* Style for the right column of the table on main page */	
  /* To apply this style, use <td class=right> */

H1 {font-family: Georgia, Impact, comic sans ms, sans-serif;
	font-size: 20pt;
    font-weight: bold;
	font-style : italic;
	text-align : center;
	}

H2 {font-family: Vinera, Impact, comic sans ms, sans-serif;
	color: Navy;
    font-size: 18pt;
    font-weight: bold;
	font-style : italic;
	text-align : center;
	}

H3 {font-family: Comic Sans MS, cursive, sans-serif;
    font-size: 16pt;
    font-weight: bold;	
	text-align : center;
	}

H4 {font-family: Comic Sans MS, sans-serif;
    font-size: 14pt;
    font-weight: bold;
	text-align : center;
	}

H5  {font-family: Georgia, Tahoma, Times New Roman, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	font-style : italic;
	color : Red;
	text-align : center;
	}

.special  {font-family: Georgia, Tahoma, Times New Roman, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	font-style : italic;
	color : Navy;
	text-align : left;
	 }

H6  {font-family: Georgia, Tahoma, Times New Roman, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	font-style : italic;
	color : Blue;
	text-align : center;
	}

TT {font-family: Courier, monospace;
	font-size: 12pt;
	}

PRE {font-family: Courier, monospace;
	font-size: 12pt;
	}

A 	{text-decoration: underline;
	color: darkred;
	}

A:LINK {text-decoration: none;
	color: #000000;
	}
		/* Indian Red */  
   
A:VISITED {text-decoration: underline;
	color: #FAEBD7;
	}
		/* Dark Blue */
   
A:HOVER {text-decoration: underline;
	color: #000000;
	}
		/* Antique White */	
   
