@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #CCCCCC;
	color: #000000;
}

h1 {
	font-size: 36px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	cursor:pointer; cursor:hand;
}

img {
	border-style: none;
}

.topHome {
	color: #CCCCCC;
	vertical-align: middle;
	height: 218px;
	line-height: 218px;
	background-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(images/top_banner.jpg);
	background-repeat: no-repeat;
}

.topListen {
	color: #CCCCCC;
	vertical-align: middle;
	height: 218px;
	line-height: 218px;
	background-color: #D4D4D4;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(images/top_banner1.jpg);
	background-repeat: no-repeat;
}


.pageLinks {
	position: absolute;
	top: 0px;
	right: 0px;
}

.center {
	text-align: center;
	margin: 0px;
	padding: 20px;
	width: 30%;
}
.text {
	padding: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC6600;
}

.text1 {
	padding: 20px;
	border:none;
}

