body {
	margin: 20px 0px 20px 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	background-image: url(images/page_bg.png) ;
	background-color: #436A3B ;
	background-position: center ;
	background-attachment: fixed ;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/page_bg.png.png', sizingMethod='scale')
	color: #000000 ;
}

p, li {
	line-height: 18px ;
}

table {
	border-collapse: collapse ;
}

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

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

h1 {
	font-size: 28px ;
	line-height: 32px ;
	font-weight: normal ;
	color: #436A3B ;
	font-family: tahoma ;
	margin-top: 0px ;
}

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

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

.button {
	padding: 10px ;
	text-align: center ;
	background: none ;
	border-right: 1px solid #ffffff ;
}

.buttonUp {
	padding: 10px ;
	text-align: center ;
	background: url(images/button_up.png) ;
	background-position: center ;
	border-right: 1px solid #ffffff ;
}

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

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

a:link {
	color: #990000 ;
}

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

a:hover {
	color: #cc0000 ;
}

#content {
	padding: 15px ;
}

.faq_q {
	font-weight: bold ;
	font-style: italic ;
}

.faq_a {
	margin-left: 20px ;
}