/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, p {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #353535;
	padding-left: 0px;
	margin: 0px; 
	}
	
h1 {	
	font-size: 24px;
	font-weight: normal;
	color: #2a3f36;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 40px;
	background: transparent url(../images/swoosh.jpg) no-repeat top left;
	height: 37px;
	}
	
h2 {	
	font-size: 20px;
	color: #2a3f36;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
	}
	
h3 {	
	font-size: 16px;
	color: #2a3f36;
	font-weight: bold;
	border-bottom: solid 1px #2a3f36;
	padding-top: 0px;
	margin-top: 0px;
	}
	
h4 {	
	font-size: 18px;
	color: #2a3f36;
	font-weight: normal;
	border-bottom: solid 1px #2a3f36;
	padding-top: 0px;
	margin-top: 0px;
	}
	
h5 {	
	font-size: 13px;
	color: #2a3f36;
	padding-top: 0px;
	margin-top: 0px;
	}
	
h6 {
	font-size: 13px;
	color: #2a3f36;
	padding-top: 0px;
	margin-top: 0px;
	}

a:link, a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #2a3f36;
	}	

a:visited {	
	font-weight: normal;
	text-decoration: underline;
	color: #353535;
	}
	
.linfield {display: inline; float: left;}

.linfield a:link,
.linfield a:active,
.linfield a:visited {
	padding: 5px 7px; 
	background-color: #25362e; 
	color: #fff; 
	text-align: center; 
	margin: 3px; 
	text-decoration: none; 
	font-weight: bold;
}

.linfield a:hover {background-color: #738b69;}
