body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

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

th {
	font-family: Tahoma, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6,form,fieldset {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#763a2d;
}
a:hover {
	text-decoration:underline;
	color:#763a2d;
	font-weight: bold;
}
/* ======================= Global Elements ======================= */
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
.headertext {
	font-size: 12px;
	text-transform: uppercase;
	color: #763a2d;

}
.footer {
	font-size: 12px;
	color: #763a2d;
	text-align: right;

}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
/* ======================= Global Elements ======================= */
.indexbox {
	font-size: 12px;
	color: #763a2d;
	padding: 15px;
	text-align: justify;
}
.aboutbox {
	font-size: 12px;
	color: #763a2d;
	padding: 15px;
	text-align: justify;
}