		body {
				margin:0;
				padding:0px;
		}
		.mainstyle {
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #FFFFFF;
		}
		.heading {
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 16px;
				color: #FFFFFF;
		}
		.footer {
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #FFFFFF;
		}
		a {
				color: #FFFFFF;
				text-decoration: underline;
				cursor:pointer;
		}
		a:link {
				color: #FFFFFF;
				text-decoration: underline;
		}
		a:visited {
				text-decoration: underline;
				color: #FFFFFF;
		}
		a:hover {
				text-decoration: underline;
				color: #FFF000;
		}
#bottom {
  background: url(../bottombg.png) repeat-x;
  margin: 0 0 0 0;
  width: 100%;
  height: 20px;
  line-height: 1.6;
  z-index: 1;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 12px;
}