/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* ----------------------------------------------------------------- */ 
/* global variables - change the way a html tag works overall */

body {
	margin: 0;
	padding: 0;
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	color: #818181;
	line-height: 22px;
	text-align: left;
	-webkit-text-size-adjust: none;
	}


p {
	margin: 0 0 25px 0;
	}


h1 {
	margin:  0;
	padding: 0;
	font: normal 32px Georgia, "Times New Roman", Times, serif;
	line-height: 39px;
	letter-spacing: -1px;
	}
	
	
h2 {
	margin:  0 0 0 -1px;
	padding: 0;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	color: #000;
	}
	
	
h3 {
	margin: 0 0 3px 0;
	padding: 0;
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	color: #333;
	}
	
h4 {
	margin: 15px 0 5px 0;
	padding: 0;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 15px;
	text-transform: uppercase;
	}
	
h5 {
	font-size: 10px;
	line-height: 17px;
	}
	
h6 {
	font-size: 10px;
	line-height: 17px;
	}


img {
	border: 0;
	}


a {
	color: #ff6600;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	} 
	
a:focus {
	outline: 0;
	}
	
a:active {
	outline: 0;
	}	
	
	
form {
	margin: 0;
	padding: 0;
	}
	
	
label {
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	}
	
strong {
	font-weight: bold;
	}
	