/* CSS Document */

body{
	background-image:url(graphics/ornametbg.png);
	background-repeat: repeat;
	margin-left:12%;
	margin-right:12%;
	margin-top:2%;
	margin-bottom:0%;
	background-position: center;
}.maincell {
	height: auto;
	width: 800px;
	border: thick solid #000000;
}
.topcell {
	height: auto;
	width: auto;
}
.bodycell {
	background-image: url(graphics/bodybg.png);
	background-repeat: repeat-y;
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.bottomcell {
	height: auto;
	width: auto;
}
.footer {
	text-align: center;
	height: auto;
	width: 800px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCCCCC;
	margin-top: 5px;
}
.menu {
	padding: 0px;
	height: auto;
	width: auto;
	text-align: center;
	background-image: url(graphics/bodybg.png);
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	letter-spacing: normal;
	text-align: justify;
	text-indent: 10px;
}
h2 {
	text-align: center;
}

