BODY		{
      		font-family: Verdana, Arial, Helvetica, sans-serif; 
       	    font-size: 11px; 
			}

#navbar		{
			text-align:left;
			}

H1			{ 
			font-family : Georgia, Times New Roman, Times, serif
		    font-size : x-large; 
		    font-weight : bold; 
		    color : #395D8C; 
		    text-align : center;
			margin: 0
			}

H2			{ 
			font-family : Georgia, "Times New Roman", Times, serif; 
			font-size : large;	
			font-weight : bold;
			color : #395D8C;
			text-align : left;
			margin: 0
			}

H3			{ 
			font-family : Georgia, "Times New Roman", Times, serif;
			font-size : medium; 
			font-weight : bold; 
			color : #395D8C; 
			text-align : left;  
			margin: 0
			}
										  
H4			{ 
			font-family : Georgia, "Times New Roman", Times, serif;
			font-size : small; 
			font-weight : bold; 
			color : #395D8C; 
			text-align : left; 
			margin: 0           
			}

H5			{ 
			font-family: Georgia, "Times New Roman", Times, serif;
		    font-size: 110%; 
			font-weight : bold; 
			color : #000000; 
			text-align : center;
			margin: 0;
			padding-bottom:5px;
			}

H6			{ 
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: x-small; 
		    font-weight : bold; 
		    color : #395D8C; 
		    text-align : left;    
			margin: 0
		    }
		
A			{ 
			font-weight: bold;
			color: #395D8C; 
			text-decoration: none;
			
			}

A:HOVER		{ 
			font-weight : bold; 
			color : #296BA3; 
			text-decoration : none;
			
			} 

A:VISITED	{
			color: #395D8C; 
            font-weight: bold; 
            text-decoration: none;
            }

A:ACTIVE	{ 
			font-weight : bold; 
	        color : #296BA3; 
	        text-decoration : none;
    	    } 

A:ACTIVE	{ 
			font-weight : bold; 
	        color : #33B0C3; 
	        text-decoration : none;
			
    	    } 
				     
OL LI		{
			list-style-type: decimal;
			}

UL LI       { 
			list-style-type:square;
			}
				   
#footer 	{
			text-align:center;
			font-family:verdana,arial,helvetica;
			font-size:85%;
			width:740px;
			}


