html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, div, img {
margin:0;
padding:0;
border:0;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	font-size: 12px;
	background-image: url(../../Templates/mainbg.gif);
	background-repeat: repeat-y;
}
.header {
	display: none;
}
.menu { 
	  display : none; 
	} 
.wrapper {
	margin-right: 10px;
}
.intro {
	text-align: center;
}
.body a{
	color: #264;
	text-decoration:none;
	font-weight: bold;
}
.body h1 {
	font-size: 24px;
	margin-bottom: 12px;
}
.body h2 {
	font-size: 20px;
	margin-bottom: 12px;
}
.body h3 {
	font-size: 16px;
	margin-bottom: 12px;
}
.body h4 {
	font-size: 12px;
}
.body ul {
	list-style: none;
	margin-bottom: 12px;
}
.body p {
	margin-bottom: 12px;
}
.body table {
	margin-bottom: 12px;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}
.body img {
	margin-bottom: 12px;
	border: solid 1px #000;
}
.jumpmenu {
	display: none;
}
.imgdesc {
	font-size: 10px;
	text-align: center;
	margin: 0 30px;
}
.footer {
	text-align: center;
}

.hidden {
	display: none;
	}