@charset "utf-8";
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: rgba(0,0,0,1);
	text-align: center;
	font-weight: normal;
}
body {
	background-color: rgba(204,204,204,1);
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: rgba(0,0,0,1);
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(0,0,0,1);
}
a:hover {
	text-decoration: none;
	color: rgba(0,0,0,1);
}
a:active {
	text-decoration: none;
	color: rgba(0,102,255,1);
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: rgba(0,0,255,1);
	text-align: left;
}
h2 {
	font-size: 24px;
	color: rgba(0,51,102,1);
}
h3 {
	font-size: 14px;
	color: rgba(0,0,255,1);
}
#BlockLogo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 2;
	background-color: rgba(255,255,255,1);
}
#BlockNavigation {
	position: absolute;
	width: 100%;
	height: 25px;
	z-index: 1;
	left: 0;
	top: 95px;
	background-color: rgba(255,255,255,1);
	margin-right: 10px;
	text-align: right;
}
#BlockSection {
	position: relative;
	left: 0%;
	top: 0px;
	width: 100%;
	height: 300px;
	z-index: 2;
	text-align: center;
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000028;
}
#BlockBox {
	position: relative;
	left: 25%;
	top: 70px;
	width: 50%;
	z-index: 3;
	border: 2px solid rgba(255,255,255,0.5);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	height: auto;
	font-style: normal;
}
#Title {
	font-size: 24px;
}
#SubTitle {
	font-size: 18px;
}
#BlockContent {
	position: relative;
	left: 5%;
	top: -65px;
	width: 88%;
	z-index: 2;
	text-align: center;
	background-color: rgba(255,255,255,1);
	border: 10px solid rgba(204,204,204,1);
	font-size: 14px;
	color: rgba(0,0,255,1);
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-weight: bold;
}
Emphasis {
	color: #00F;
}
#BlockContent table {
	text-align: left;
}
