body {
	margin: 0px 0px 20px 0px ;
	font-family: arial, sans-serif ;
	font-size: 12px ;
	background: #e5e5e5 ;
	background-position: top ;
	background-repeat: repeat-x ;
	color: #000000 ;
}

table {
	border-collapse: collapse ;
}

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

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

h1 {
	font-size: 14px ;
	font-weight: bold ;
	color: #00703C ;
	font-family: tahoma ;
	margin-top: 0px ;
}

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

h3 {
	font-size: 12px ; 
	font-weight: bold ;
}

.button {
	padding: 20px 5px 5px 5px ;
	background: none ;
	border-right: 1px solid #626262 ;
	text-align: center ; 
}

.buttonUp {
	padding: 20px 5px 5px 5px ;
	background: url(images/navBgUp.gif) ;
	background-position: center ;
	border-right: 1px solid #626262 ;
	text-align: center ; 
}

a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #ffffff ;
	text-decoration: none ;
	font-size: 12px ;
	letter-spacing: -1px ;
	font-family: verdana ;
	font-weight: bold ;

}

a.navLink:hover {
	color: #ffff00 ;
	text-decoration: underline ;
}

a:link {
	color: #00703C ;
}

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

a:hover {
	color: #003D21 ;
}

.mainHolder {
	background: url(images/mainBg.gif) ;
	background-position: center ; 
	background-repeat: repeat-y ;
}
	
.holder {
	width: 760px ;
	margin: auto ;
}

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

#content {
	padding: 20px ;
}