body {
	padding: 0px;
	background-color: #ffffff;
}
a {
color: black;
text-decoration: none;
}
a:hover{
color: black;
text-decoration: underline;
}
a:visited {
color: #3A3A3A;
}

td {
	vertical-align: top;
}

.menu {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-style: normal;
 vertical-align: top;
 font-size: 12px;
}


.cont {
	border: 0;
	width: 100%;
	}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #BC8F8F;
	}
.body {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-align: justify;
	}

.uphead {
background-color: #D2D2D2;
width: 100%;
font-size: 30px;
color: #434343;
font-family: Arial, Helvetica, sans-serif;	
}

.foot {
background-color: #D4D4D4;
width: 100%;
font-size: 15px;
color: #858585;
font-family: Arial, Helvetica, sans-serif;	
text-align: right;
}


