a, p,  ul, li, h1, h2, h3, h4, h5, h6, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
	left: -10px;
	text-indent: -10px;

}

body {
	padding: 0px;
	margin: 0px;
	background-color: #F3F3DE;
	background-position: center top;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #F0F0E3;
	SCROLLBAR-SHADOW-COLOR: #BBAE79;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR:  #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #E8E9EC;
	SCROLLBAR-DARKSHADOW-COLOR: #7C5329;
}
p {
	font-size: 80%;
	margin: 4px;
	padding: 0px;
}
.red {
	color: #FFFFFF;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
	font-weight: bold;
}
h1 {
	font-size: 90%;
	font-weight: bold;
	color: #2D5171;
	text-indent: 10px;
	top: 5px;

}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	margin: 6px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}
.smalltext {
	font-size: 70%;
	font-weight: normal;
}

