/* Global Styles */

body {
	margin:0px;
	}
	
h1 {
	font:20px georgia;
	color: #C95F49;
	letter-spacing:0.1em;
	font-weight:bold;
}
	 
h2 {
	font:36px georgia;
	color: #C05B46;
	letter-spacing:0.05em;
}
	 
h3 {
	font:24px georgia;
	color: #C05B46;
	letter-spacing:0.05em;
}
	 	 
a {
	color: #3D60B0;
	text-decoration:none;
	}
	
a:hover {
	color: #C95F49;
	text-decoration:none;
	}
	

/* Class Styles */

.bodyText {
	font:14px verdana;
	color:#222222;
	}
	
.imgLeg {
	font:11px verdana;
	color:#666666;
	}
	
.subHeader {
	font:16px georgia;
	color: #666666;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	font:16px georgia;
	color: #3D60B0;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height: 40px;
	}