BODY	{
      	font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 11px; 
		}

#navbar {
		text-align:center;
		}

H1		{ 
		font-family : Georgia, "Times New Roman", Times, serif;
		font-size : x-large; 
		font-weight : bold; 
		color : #184584; 
		text-align : center;
		margin: 0
		}

H2		{ 
		font-family : Georgia, "Times New Roman", Times, serif; 
		font-size : large;	
		font-weight : bold;
		color : #184584;
		text-align : left;
		margin: 0
		}

H3		{ 
		font-family : Georgia, "Times New Roman", Times, serif;
		font-size : medium; 
		font-weight : bold; 
		color : #184584; 
		text-align : left;  
		margin: 0
		}
										  
H4		{ 
		font-family : Georgia, "Times New Roman", Times, serif;
		font-size : medium; 
		font-weight : bold; 
		color : #184584; 
		text-align : left; 
		margin: 0           
		}

H5		{ 
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: small; 
		font-weight : bold; 
		color : #184584; 
		text-align : left;
		margin: 0
		}

H6		{ 
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: x-small; 
		font-weight : bold; 
		color : #184584; 
		text-align : left;    
		margin: 0
		}

A		{ 
		font-weight: bold;
		color: #522C8C; 
		text-decoration: none;
		}

A:HOVER	{ 
		font-weight : bold; 
		color : #5E33A7; 
		text-decoration : none;
		} 

A:VISITED	{
			color: #293494; 
            font-weight: bold; 
            text-decoration: none;
			}

A:ACTIVE	{ 
			font-weight : bold; 
	        color : #5E33A7; 
	        text-decoration : none;
			} 
				     
OL LI		{
			list-style-type: decimal;
			}

UL LI       { 
			list-style-type:square;
			}
				   
#footer 	{
			background-image:url(images/dots.gif);
			border-top:1px dotted #000000;
			padding-top:15px;
			padding-bottom:10px;
			text-align:center;
			font-family:verdana,arial,helvetica;
			font-size:85%;
			width:740px;
			}


