﻿/* AFS Web - CSS Document */

/* 	
	Colors - 
	Dark blue/link blue - #00526f
	Green background - #8a8d61
	Gray background - #f3f3f3
	Lt. blue border - #d9e4e9
	Red - #7d1419
	Dark brown - #381e11
	Dark gray - #363636

*/

.heading {
	font-family: Georgia, Serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #7d1419; 
	text-transform: none
	}
	
.subheading {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #a29f34;
	text-transform: uppercase
	}

.bold-red {
	font-weight: bold;
	color: #7d1419
	}
	
.bold-red a:link, .bold-red a:visited, .bold-red a:active {
	color: #7d1419;
	font-weight: bold;
	text-decoration: underline
	}

.bold-red a:hover, .bold-red a:visited:hover {
	color: #00526f;
	text-decoration: none;
	font-weight: bold
	}
	
	