/* set global link styles */

	a:link	
		{
			font-size: 12pt; 
			font-family: georgia, garamond, serif;
			color: black;
			text-decoration: underline;
		}

	a:visited
		{
			font-size: 12pt; 
			font-family: georgia, garamond, serif;
			color: gray;
			text-decoration: underline;
		}

	a:hover	
		{
			font-size: 12pt; 
			font-family: georgia, garamond, serif;
			color: gray;
			text-decoration: underline;
		}

	a:active
		{
			font-size: 12pt; 
			font-family: georgia, garamond, serif;
			color: black;
			text-decoration: underline;
		}

/* set navigation menu link styles */

	a:link.menu_button
		{
			font-size: 10pt; 
			font-family: georgia, garamond, serif;
			font-weight: 700;
			color: #ca9038;
			text-decoration: none;
			font-style: normal;
		}

	a:visited.menu_button
		{
			font-size: 10pt; 
			font-family: georgia, garamond, serif;
			font-weight: 700;
			color: #ca9038;
			text-decoration: none;
			font-style: normal;
		}

	a:hover.menu_button
		{
			font-size: 10pt; 
			font-family: georgia, garamond, serif;
			font-weight: 700;
			color: #67829f;
			text-decoration: none;
			font-style: normal;
		}

	a:active.menu_button
		{
			font-size: 10pt; 
			font-family: georgia, garamond, serif;
			font-weight: 700;
			color: #ca9038;
			text-decoration: none;
			font-style: normal;
		}

	a:link.menu_button_this_page
		{
			font-size: 10pt; 
			font-family: georgia, garamond, serif;
			font-weight: 700;
			color: #1c5210;
			text-decoration: none;
			font-style: normal;
		}

	a:visited.menu_button_this_page
		{
			font-size: 10pt; 
			font-family: georgia, garamond, serif;
			font-weight: 700;
			color: #1c5210;
			text-decoration: none;
			font-style: normal;
		}

	a:hover.menu_button_this_page
		{
			font-size: 10pt; 
			font-family: georgia, garamond, serif;
			font-weight: 700;
			color: #67829f;
			text-decoration: none;
			font-style: normal;
		}

	a:active.menu_button_this_page
		{
			font-size: 10pt; 
			font-family: georgia, garamond, serif;
			font-weight: 700;
			color: #1c5210;
			text-decoration: none;
			font-style: normal;
		}

/* set banner link styles */

	a:link.banner-medium
		{
			font-size: 14pt; 
			font-family: georgia, garamond, serif;
			font-weight: 400;
			text-decoration: underline;
			font-style: italic;
			color: black;			
		}

	a:visited.banner-medium
		{
			font-size: 14pt; 
			font-family: georgia, garamond, serif;
			font-weight: 400;
			text-decoration: underline;
			font-style: italic;
			color: black;			
		}

	a:hover.banner-medium
		{
			font-size: 14pt; 
			font-family: georgia, garamond, serif;
			font-weight: 400;
			text-decoration: underline;
			font-style: italic;
			color: gray;			
		}

	a:active.banner-medium
		{
			font-size: 14pt; 
			font-family: georgia, garamond, serif;
			font-weight: 400;
			text-decoration:underline;
			font-style: italic;
			color: black;			
		}

/* set small link styles */

	a:link.small-content
		{
			font-size: 8pt; 
			font-family: georgia, garamond, serif;
			color: black;
			text-decoration: underline;
		}

	a:visited.small-content
		{
			font-size: 8pt; 
			font-family: georgia, garamond, serif;
			color: gray;
			text-decoration: underline;
		}

	a:hover.small-content
		{
			font-size: 8pt; 
			font-family: georgia, garamond, serif;
			color: black;
			text-decoration: none;
		}

	a:active.small-content
		{
			font-size: 8pt; 
			font-family: georgia, garamond, serif;
			color: black;
			text-decoration: underline;
		}
	
/* set font style & size */

	div, p, td 
		{
			font-size: 12pt; 
			font-family: georgia, garamond, serif;
			line-height: 135%;							
		}

	.small	
		{
			font-size: 8pt; 
			font-family: georgia, garamond, serif;
		}

	.large
		{
			font-size: 24pt; 
			font-family: georgia, garamond, serif;
			font-style: italic;
			line-height: 135%;							
		}

	.medium
		{
			font-size: 14pt; 
			font-family: georgia, garamond, serif;
			font-style: normal;	
			font-weight: 400;
			line-height: 135%;							
		}
		
	.banner_large
		{
			font-size: 18pt; 
			font-family: georgia, garamond, serif;
			font-weight: 600;
			font-style: italic;
			color: black;			
		}

	.banner_medium
		{
			font-size: 14pt; 
			font-family: georgia, garamond, serif;
			font-weight: 400;
			font-style: italic;
			color: black;			
		}
		
	.banner_small
		{
			font-size: 14pt; 
			font-family: georgia, garamond, serif;
			font-weight: 400;			
			font-style: italic;
			color: #bb6583;									
		}
		
/* set background colors & margins */

	body	
		{
			background-color: #c8c6c0;
			margin-top: 15px;
		}

	.container
		{
			background-color: white;
		}

	.button
		{
			background-color: #e0e4eb;
		}