html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, "Franklin Gothic Book", Arial, Helvetica, sans-serif;
	color: Black;
	background-color:#FFFFFF;
}

h2 {
	font-family : Tahoma, "Franklin Gothic Book", Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bolder;
	letter-spacing : 2px;
	text-decoration : underline;
}

h4,h5,h6 {
	font-family : Tahoma, "Franklin Gothic Book", Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

h4 {
	text-align:center;
}

h5,h6 {
	text-align:left;
}

th {
	text-align:center;
}

td { padding:6px; }

textarea {
	vertical-align: bottom;
}

#head {
	font-family: "Book Antiqua", Tahoma, "Franklin Gothic Book", Arial, Helvetica, sans-serif;
	background-color:#FFFFF;
	border-bottom : 4px solid #009900;
	color : #990000;
	font-size : 40px;
	height : 50px;
	font-weight : bolder;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	padding-right : 25px;
	text-align : center;
	padding-top : 17px;
}

#title {  
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom:10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16pt;
	color: #990000;
	background-color:#FFFFFF;
	border-bottom: double 3px #ccc;
	font-family: "Book Antiqua",Tahoma, "Franklin Gothic Book", Arial, Helvetica, sans-serif;
}

#menu, #footer {
	display: none;
}

#body{
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	text-align: justify;
}

div#body a {text-decoration:none;}
div#body a:hover {text-decoration:underline;}
div#body h2 {text-align:center;}
div#body h3 {text-align:center; font-family: "Book Antiqua", Tahoma, "Franklin Gothic Book", Arial, Helvetica, sans-serif;}
div#body img {padding-right: 5px; border:0;}
div#body p {text-align: justify;}
	
.index{ font-weight:bold; text-align:center;}

.seperate {
	border-style: dashed;
	border-width: thin;
}

.resizer {
	text-align:center;	
}

.imgright {
	padding-left: 5px;
}

.admin {
	width : 80%;
	text-align : center;
	left : 10%;
	position : relative;
	border : 2px Black;
	vertical-align:top;
}

.adtext {
	vertical-align : top;
}

ul.adlis { list-style : none;}
ul.adlis li {padding-bottom:0.5em;}
ul.adlis li a { text-decoration : none;}
ul.adlis li a:hover { text-decoration : underline;}


.center {
	text-align:center;
}

.emph {
	font-weight:bold;
}

ol.objec li{ padding-bottom:0.5em;}


