﻿/* Begin Typography & Colors */
body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fffff;
	margin:0px;
	padding:0px;
	color: #333;
	text-align: left;
	line-height: 150%;
}

	}
	
.table {
	border: 1px solid #5A4A38;
	}

.textleft {
	text-align: left;
	}

.textcenter {
	text-align: center;
	}

.textright {
	text-align: right;
	}

.alignleft {
	float: left;
	}

.aligncenter {
	float: center;
	}

.alignright {
	float: right;
	}

footer {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: "1";
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
	}

h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.6em;
	font-weight: bold;
	}

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 4em;
	font-weight: bold;
	}

/* End Typography & Colors */



