/* CSS Document */

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #4C261B;
	background: #4C261B;
	
	margin: 0px;
	padding: 0px;
	text-align: center;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	
 }

table, input {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #4C261B;
}

img {
	border-width:0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #982F30;
	letter-spacing:2px;
	margin-bottom:-2px;
}

 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom:-4px;
}

 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:-12px;
}

.justify {
	text-align:justify;
}

.tableHeader {
	color:#FFFFFF;
	font-weight:bold;
	background:#826944;
}

.tableHeader2 {
	background:#C2B192;
}

p {
	margin-bottom:-5px;
}

.site {
	margin-left:20px;
	margin-top:18px;
	margin-right:5px;
	text-align:justify;
}

.siteMargin {
	margin-left:20px;
}

a {
	color : #6D5A4C; 
	text-decoration : none; 
	}

a:hover {
	text-decoration : underline;
}

li {
	margin-left:-25px;
}

.textfield {
	font-family : Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	height:16px;
	border-width:1px;
	color:#4C261B;
	padding-left:4px;
	padding-right:4px;
}

.buttons {
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:1px;
	width:100%;
	height:21px;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#765A45;
	padding-bottom:1px;
}


