@charset "UTF-8";
/* CSS Document */
.blank { }

body {
	background-color: #12173E;

}

a {
	outline: none;
}

#center {
	width: 1023px;
	position: relative;
	margin-left: auto;
	padding-top: 10px;
	margin-right: auto;
}

.maincontent {
	padding: 20px;
	width: 1023px;
	height: 250px;
}

.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-decoration:none;
	color:#7F82AA;
	line-height: 26px;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: 2px;
}

.maintext a, a:active, a:focus, a:visited {
	text-decoration:none;
	color: #FC0;
}

.maintext a:hover {
	text-decoration:none;
	color: #BFC1DA;
}

.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color: #BFC1DA;
}

.title {
	color:#BFC1DA;
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.subtitle {
	color:#BFC1DA;
	font-size:14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	text-decoration: none;
}

.links {
	font-size:14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	text-decoration: none;
	padding-left: 10px;
}

.links a, a:active, a:focus, a:visited {
	text-decoration:none;
	color: #FC0;
}

.links a:hover {
	text-decoration:none;
	color: #BFC1DA;
}

.copyright {
	color:#7F82AA;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#logoImage {
	border:none;
	padding:0px;
	margin:0px;
}

#pageImage {
	border:none;
	vertical-align:top;
	text-align:center;
	padding:0px;
	margin:0px;
}