BODY	{
      	font-family: verdana,arial,helvetica,sans-serif;
        font-size: 11px; 
		}

#navbar {
		text-align:center;
		}

H1		{ 
		font-family : "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;	
		font-size : x-large; 
		font-weight : bold; 
		color : #3A73BA;
		text-align : center;
		margin: 0
		}

H2		{ 
		font-family : "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;	
		font-size : large;	
		font-weight : bold;
		color : #3A73BA;
		text-align : left;
		margin: 0
		}

H3		{ 
		font-family : "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;	
		font-size : medium; 
		font-weight : bold; 
		color : #3A73BA;
		text-align : left;  
		margin: 0
		}
										  
H4		{ 
		font-family : "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;	
		font-size : medium; 
		font-weight : bold; 
		color : #3A73BA;
		text-align : left; 
		margin: 0           
		}

H5		{ 
		font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;	
		font-size: small; 
		font-weight : bold; 
		color : #3A73BA;
		text-align : left;
		margin: 0
		}

H6		{ 
		font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;	
		font-size: x-small; 
		font-weight : bold; 
		color : #3A73BA; 
		text-align : left;    
		margin: 0
		}

A		{ 
		font-weight: bold;
		color: #3A73BA; 
		text-decoration: none;
		}

A:HOVER	{ 
		font-weight : bold; 
		color : #25589A;  
		text-decoration : underline;
		} 

A:VISITED	{
			color: #3A73BA; 
            font-weight: bold; 
            text-decoration: none;
			}

A:ACTIVE	{ 
			font-weight : bold; 
	        color : #25589A; 
	        text-decoration : underline;
			} 
				     
OL LI		{
			list-style-type: decimal;
			}

UL LI       { 
			list-style-type:square;
			}
				   
#footer 	{
			color:#FFFFFF;
			background-color:#3A73BA;
			padding-top:15px;
			padding-bottom:10px;
			text-align:center;
			font-family:verdana,arial,helvetica;
			font-size:85%;
			width:738px;
			}


