/* CSS Document */

body 		{  
		font-family: Trebuchet MS, Arial, sans-serif; 
		font-size: small; color: #000000
		}

h1 		{  
		font-family: Trebuchet MS, Arial, sans-serif; 
		font-size: 18px; 
		font-weight: bold; color: #000000
		}

h2 		{  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: small; 
		font-weight: bold; color: #990000
		}

.text 		{  
		font-family: Trebuchet MS, Arial, sans-serif; 
		font-size: small; color: #000000
		}


.sidebar	{
		font-family: Bodoni MT;
		font-size: large;
		font-weight: bold; color: #000066
		}
		
.smalltext	{
		font-family: Trebuchet MS, Arial, sans-serif; 
		font-size: x-small; color: #000000
		}
	
.boldtext	{
		font-family: Trebuchet MS, Arial, sans-serif;
		font-size: small;
		font-weight: bold; color: #000000
		}
		
.header		{
		font-family: Trebuchet MS, Arial, sans-serif;
		font-size: 18px;
		font-weight: bold; color: #000000
		}
		
.footer		{
		font-family: Trebuchet MS, Arial, sans-serif;
		font-size: small;
		font-weight: bold; color: #000000	
		}
		
a 		{  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px; color: #000066; 
		text-decoration: underline
		}

a:hover 	{  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px; color: #990000; 
		text-decoration: underline
		}
		
