body {
	margin: 10px 0px 10px 0px ;
	font-family: arial, sans-serif ;
	font-size: 12px ;
	background: url(images/pageBg.gif) #999782 ;
	background-position: top ;
	background-repeat: repeat-x ;
	color: #000000 ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

input, select, textarea {
	font-family: arial, sans-serif ;
	font-size: 12px ;
}

h1 {
	font-size: 22px ;
	font-weight: bold ;
	color: #B56B4E ;
	border-bottom: 1px solid #69482D ;
	font-family: tahoma ;
	margin-top: 0px ;
	padding: 2px ;
}

.underH1 {
	font-size: 14px ;
	font-weight: bold ;
}

h2 {
	font-size: 17px ;
	font-weight: bold ;
}

h3 {
	font-size: 14px ; 
	font-weight: bold ;
	border-bottom: 1px solid #000000 ;
	padding: 2px 0px ;
}

.button {
	padding: 5px 5px 5px 13px ;
	background: url(images/arrow.gif) ;
	background-repeat: no-repeat ;
	background-position: 3px center ;
	border-bottom: 1px solid #2D6269 ;
}

.buttonUp {
	padding: 5px 5px 5px 13px ;
	background: url(images/arrowUp.gif) #B56B4E ;
	background-repeat: no-repeat ;
	background-position: 3px center ;
	border-bottom: 1px solid #2D6269 ;
}

a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #ffffff ;
	text-decoration: none ;
	font-size: 13px ;
	font-family: tahoma ;
	font-weight: bold ;

}

a.navLink:hover {
	color: #ffff00 ;
}

a:link {
	color: #2D6269 ;
}

a:active, a:visited {
	color: #999999 ;
}

a:hover {
	color: #4EA9B5 ;
}

#mainHolder {
	width: 760px ;
	margin: auto ;
	background: #2D6269 ;
	border-bottom: 1px solid #2D6269 ;
}

#holder {
	width: 758px ;
	margin: auto ;
	background: #ffffff ;
}

#heading {
	background: url(images/headingbg.gif) ;
	text-align: right ;
	padding-right: 220px ;
	padding-top: 3px ;
	padding-bottom: 4px ;
}

#content {
	padding: 10px 10px 10px 10px ;
}