body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-position: center;
	text-align: center;
	font-size: 36px;
	font-weight: bolder;
	top: 10px;
	position: relative;
	height: 50px;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #4f4f2f;
	background-color: #FFF;
	width: 100%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-position: center;
	text-align: center;
	font-size: 18px;
	font-weight: 100;
	position: relative;
	height: 35px;
	top: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4f4f2f;
	width: 100%;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-position: center;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	z-index: 7;
}

#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-color: #fff;
	padding: 10px;
	border: thick solid #898989;


}
#center{
	height: 95%;
	width: 95%;
	padding: 5px;
	border: medium solid #CCC;
	position: static;
	margin-right: auto;
	margin-left: auto;
}



#l1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position: absolute;
	height: 2px;
	width: 700px;
	top: 225px;
	left: 100px;
}
.content img{
	z-index: 6;
	margin: 5px;
}
.right {
	position: relative;
	z-index: 5;
	text-align: center;
	visibility: visible;
	top: 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.right img {
	margin: 5px;
	z-index: 6;
	visibility: inherit;
}
.rtext{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-position: center;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.rtext2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	color: #000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-position: center;
}
hr {
	background-color: #4f4f2f;
	background-position: center;
	width: 300px;
}

