@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#bottomPart {
	background-image: url(images/bottomAmp.jpg);
	margin: 0px;
	padding: 0px;
	height: 633px;
	width: 760px;
	clear: both;
	float: left;
}
#topPart {
	margin: 0px;
	padding: 0px;
	height: 223px;
	width: 760px;
	clear: both;
	float: left;
	background-image: url(images/topAmp.jpg);
}
#bottomContent {
	padding-left: 45px;
	padding-right: 35px;
	height: 535px;
	width: 598px;
	overflow: auto;  /*Safari 2.0 fix */
	overflow-x: hidden;
	/*  overflow-y: scroll; */
	margin-top: 45px;
	margin-right: 28px;
	margin-bottom: 25px;
	margin-left: 25px;
	display:block;
}

#footer {
	color: #333333;
	font-size: 10px;
	text-align: center;

}
#footer p {
	color: #666666;
	line-height: 14px;
	font-size: 10px;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
}
h2 {
	font-size: 16px;
	color: #CCCCCC;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
	color: #CCCCCC;
}
li {
	color: #CCCCCC;
	font-size: 12px;
	list-style-type: none;
}


h3 {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
h4 {
	font-size: 12px;
	color: #CCCCCC;
}

h5 {
	font-size: 10px;
	color: #CCCCCC;
}


a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	background-color: #ffffff;
	color: #FF0000;
}
a {text-decoration: none;}