* {
	border: 0px;
}

body {
	background-image: url('images/bg1.jpg');
	background-repeat: no-repeat;
	background-color: #63795D;

}

a:link {
	color: black;
	text-decoration: normal;

}

a:visited {
	color: black;

	}

a:hover {
	color: white;

	}
	.top2 {

	height: 66px;
	width: 869px;
	
    display: block;
    margin-left: auto;
    margin-right: auto;
	
	position: relative;
	top: 20px;

	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
	/* for mozilla? */
	-moz-opacity:0.7;

}
.top {

	height: 66px;
	width: 869px;

	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
	/* for mozilla? */
	-moz-opacity:0.7;

}
.divBody {
	width:440px;
	height:425px;
	overflow:auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.divBody hr {
	color: #00FF00;
}

.imgHome {
	background-image: url(images/home_art.jpg);
	background-repeat: no-repeat;
	height: 447px;
	width: 869px;
}
.divFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	padding-top: 20px;
}
.tblMain {
	text-align: left;
	width: 350px;
	padding: 5px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}