/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #47443a;
	
	margin: 0px 0px 0px 0px;
	
	background-color: #cdc8b5;
}

table {
	font-size: 11px;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
	vertical-align: top;
}

h1 {
	font-family: "Myriad Pro", "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #47443a;

	margin: 0px 0px 0px 0px;
}

h2 {
	font-size: 13px;
	color: #47443a;

	margin: 0px 0px 0px 0px;
}

h3 {
	font-size: 11px;
	color: #47443a;

	margin: 0px 0px 0px 0px;
}


p {
	line-height: 1.6em;
}

a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

a:hover {
	border-bottom: dotted 1px #990000;
}

ul li {
	list-style-type: square;
	padding: 2px 0px 2px 0px;
}

ol li {
	padding: 2px 0px 2px 0px;
}

select {
	font-size: 11px;
}

textarea {
	font-size: 11px;
}