html{
SCROLLBAR-FACE-COLOR: #B9BC8F; 
SCROLLBAR-HIGHLIGHT-COLOR: #D1D3B8; 
SCROLLBAR-SHADOW-COLOR: #999D5E; 
SCROLLBAR-3DLIGHT-COLOR: #EAEBDE; 
SCROLLBAR-ARROW-COLOR:  #FFFFFF; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #6A6D41; 
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #CFCFB7;
	background-image: url(/assets/bg1.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: repeat-x;

}

a, ul, h1, h2, h3, h4, h5, h6, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	color: #2B617D;
	margin-bottom: 0px;
	text-align: left;
	padding-right: 10px;
	font-family: "Trebuchet MS", "Times New Roman";
	text-indent: 2px;
	padding-top: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #FFE2B7;
	border-right-color: #FFE2B7;
	border-bottom-color: #91BFD9;
	border-left-color: #FFE2B7;

}
h2 {
	font-size: 22px;
	font-weight: bold;
	color: #023258;
	margin: 6px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #F2962F;
	background-image: url(/assets/map/H2-list.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-indent: 23px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #175362;
	font-family: "Trebuchet MS", "Times New Roman";
	margin-top: -2px;
	margin-right: 2px;
	margin-bottom: 6px;
	margin-left: 6px;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #444444;
	margin: 4px;
}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #2222222;
	margin: 4px;
}
h6 {
	font-size: 80%;
	font-weight: bold;
	color: #1111111;
	margin: 4px;
}
ul {
	list-style-type: square;

}
li {
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url(/assets/map/list-bullet.gif);
	padding-top: 3px;
	padding-bottom: 3px;
}
td {
	vertical-align: top;

}
sup {
	padding-top: 4px;
}
input, textarea {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;

}
