/* CSS Document */
body 
	{  
 	font-family:    Georgia, Helvetica, Times New Roman, Times, serif;  
	font-size: 16px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none;
    margin-top: 0px;
	SCROLLBAR-FACE-COLOR: #000000;
	text-decoration: none;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFF00;
    margin-left: 0px;
    SCROLLBAR-SHADOW-COLOR: #FFFF00; 
    SCROLLBAR-3DLIGHT-COLOR: #000000;
    margin-right: 0px;
    SCROLLBAR-ARROW-COLOR: #FFFF00;
    SCROLLBAR-TRACK-COLOR: #FFFFFF;
    SCROLLBAR-DARKSHADOW-COLOR: #FF0000;
	background-color: #000000;
	}

/*
.bodyy 
	{  
	font-family:  Georgia, Helvetica, Times New Roman, Times, serif;  
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	text-transform: none; 
	color: #FFFF00; 
	text-decoration: none;
	}
*/

/*	BEGIN HREF STYLES	*/
 a:link
 { 
  	font-family:   Georgia, Helvetica, Times New Roman, Times, serif;
  	font-size: 16px; 
  	font-style: normal; 
  	font-weight: bold;  
  	text-decoration: none; 
  	color: #FFFF00;
 }
 
 a:visited 
 { 
  	font-family:   Georgia, Helvetica, Times New Roman, Times, serif;
  	font-size: 16px; 
  	font-style: normal; 
  	font-weight: bold;  
  	text-decoration: none; 
  	color: #FFFF00;
 }
 
a:active 
 {  
  	font-family:   Georgia, Helvetica, Times New Roman, Times, serif;
  	font-size: 16px; 
  	font-style: normal; 
  	font-weight: bold;  
  	text-decoration: underline; 
  	color: #FFFF00
 }
 
a:hover 
 {  
  	font-family:   Georgia, Helvetica, Times New Roman, Times, serif;
  	font-size: 16px; 
  	font-style: normal; 
  	font-weight: bold;  
  	text-decoration: underline; 
  	color: #FFFF00;
 }
/*	END HREF STYLES	*/

h3 
	{ 
	font-family:   Georgia, Helvetica, Times New Roman, Times, serif; 
  	font-size: 18px; 
  	font-style: normal; 
  	font-weight: bold;  
  	text-decoration: underline; 
	text-align: left; 
  	color: #FFFFFF;
	}
	

h4.yellow 
	{ 
	font-family:   Georgia, Helvetica, Times New Roman, Times, serif; 
  	font-size: 25px; 
  	font-style: oblique; 
  	font-weight: bold;  
  	text-decoration: underline; 
	text-align: center; 
  	color: #FFFF00;
	}
	
	h4.yellowqt 
	{ 
	font-family:   Georgia, Helvetica, Times New Roman, Times, serif; 
  	font-size: 20px; 
  	font-style: oblique; 
  	font-weight: bold;  
  	text-decoration: none; 
	text-align: center; 
  	color: #FFFF00;
	}
	
	h4.yellowqtlft /* left justified */ 
	{ 
	font-family:   Georgia, Helvetica, Times New Roman, Times, serif; 
  	font-size: 20px; 
  	font-style: italic; 
  	font-weight: bold;  
  	text-decoration: none; 
	text-align: left; 
  	color: #FFFF00;
	text-indent: 3em;
	}
	
	h4.yellowsm 
	{ 
	font-family:   Georgia, Helvetica, Times New Roman, Times, serif; 
  	font-size: 20px; 
  	font-style: normal; 
  	font-weight: bold;  
  	text-decoration: underline; 
	text-align: center; 
  	color: #FFFF00;
	}
	
p
	
	{
	font-family:   Georgia, Helvetica, Times New Roman, Times, serif; 
  	font-size: 16px; 
  	font-style: normal; 
  	font-weight: normal;  
  	text-decoration: none; 
	text-align: left; 
  	color: #FFFFFF;
	text-indent: 3em;
	}
	
b.indent
	
	{
	text-indent: 3em;
	}
	
li
	{
	text-indent: 3em; padding: 10px;
	}