@charset "utf-8";
/* CSS Document */
body{
	height:100%;
	background-color: #0F0; /* Old browsers */
	background: -moz-linear-gradient(top,  #0000ff 0%, #00aa00 25%, #003300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0000ff), color-stop(25%,#00aa00), color-stop(100%,#003300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0000ff 0%,#00aa00 25%,#003300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0000ff 0%,#00aa00 25%,#003300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0000ff 0%,#00aa00 25%,#003300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0000ff 0%,#00aa00 25%,#003300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ff', endColorstr='#003300',GradientType=0 ); /* IE6-9 */
}
#Title{
	color:#FFF;
	text-align:center;
	font-size:36px;
	font-family:"Times New Roman", Times, serif;
}
.Data{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	
	background-color:#FFF;
	padding:5px;
	
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
		box-shadow:2px 2px 2px #000;
}
.DataTitle{
	font-size:24px;
	font-weight:bold;
}
.DataBody{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
#BodyBottom{
	color:#FFF;
		text-align:center;
		font-size:34px;
}