body {
	margin:0;
	padding:0;
	background:#E1E1E1;
	font-family:Arial, Helvetica, sans-serif;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	}
.heading {
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color: #333333;
}
.menu {
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
}
.menu_lnk{
	text-decoration: none;
	color: #FFFFFF;
}
.menu_lnk:hover {
	color: #333333;
	text-decoration: underline;
}

#button a {
	display: block;
	color: #036e90;
	text-decoration: none;
	width: 100%;
	background-image: url(images/s-btn.gif);
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 45px;
	text-align: left;
	vertical-align: middle;
}

html>body #button a {
      width: auto;
      }

#button a:hover {
	  background-image: url(images/s-btn-h.gif);
      color: #ca6f16;
}

#button td {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.links {
	font-family: Arial;
	font-size: 12px; 
	color: #000000;
	}
.links a:link {
	color:#000000;
	text-decoration: underline;
}
.links a:visited {
	color:#000000;
	text-decoration: underline;
}
.links a:hover {
	color:#000000;
	text-decoration: none;
}
.links a:active {
	color:#000000;
	text-decoration: underline;
}

