/* CSS Document */


body		{    background-color:  #2B4A85;
                 font-family:	Comic Sans MS, Arial, Verdana, Helvetica;
				 color:    #FFFFFF;
				 font-size: 11pt;
				 font-weight: bold;
	     }
 
 
h1	{
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
		
		}
h2	{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	    }
		
h3	{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	    }

h5	{
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
         }
		 
		 
a:link		{	color:		#000099;  text-decoration: none;	}
a:visited	{	color:		#cc0066;  text-decoration: none;	}
a:active    {   color:    	#99ffoo;  text-decoration: none;    }
	
	
	
	
	
	
	
	