body {

	background-color: #cccccc;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	margin: 0;
	padding: 0;

}

#top {

	margin: 0;
	padding: 0px 0px 0px 25px;
	background-color: #EE7103;
	border-top: 2px solid #EE7103;
	border-bottom: 2px solid #ffffff;
	
}

#bottom {

	margin: 0;
	font-size: 24px;
    font-weight: bold;
    text-align: center;
	padding: 50px 50px 50px 25px;
	
}

h1 {

	font-size: 20px;
	line-height: 17px;
	color: #EDEDED;
	margin: 0px 0px 10px 0px;
	padding: 30px 0px 0px 0px;

}

h2 {

	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	margin: 0;
	padding: 0px 0px 30px 0px;

}

h3 {

	font-size: 12px;
	line-height: 17px;
	color: #666666;
	margin: 0;
	padding: 30px 0px 0px 0px;
}

h4 {

	font-size: 12px;
	line-height: 17px;
	color: #666666;
	margin: 10px 0px 10px 0px;
	padding: 0;
}

a {

	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
	text-decoration: underline;
	outline: none;

}

a:hover {

	color: #1D2F57;
	text-decoration: none;
	outline: none;

}