



/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

p, body, td {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 30px;
	color: #753c21;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	color: #753c21;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
.button {
	font-size: 12px;
	padding: 2px 10px;
	margin: 0px;
	color: #fff;
	background-color: #753c21;
	text-align: right;
}

.button a:link, .button a:active, .button a:visited, .button a:hover {color: #fff;}
	
h3 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	color: #753c21;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
h5 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
h6 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	
a:link, 
a:visited, 
a:active  {
	font-weight: bold;
	text-decoration: none;
	color: #753c21;
}	

a:hover {
	text-decoration: none;
	color: #353535;
	}	

	
