/* Global Definitions */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d19f77;
	text-align: center;
	
	background-color: #2e1708;
	
	margin: 0px 0px 0px 0px;
}

table {
	font-size: 11px;
}
td, th { vertical-align: top }
th {
	text-align: left;
}

h1 {
	font-family: "Script MT Bold", "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px 0px 8px 0px;
}

h2 {
	font-family: "Century Gothic", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p {
	line-height: 1.6em;
}

ul li {
	list-style: square;
}

a {
	font-weight: bold;
	color: #d19f77;
}

a:link { text-decoration: none }
a:visited { text-decoration: none }
a:active { text-decoration: none }
a:hover { text-decoration: underline }

hr {
	border: 0;
	color: #7d4310;
	background-color: #7d4310;
	height: 2px;
	margin: 0px 0px 16px 0px;
}
