@charset "utf-8";
/* CSS Document */

.hdr {
	background-color: 0099FF;
	background-image: url(Images/header.png);
	background-repeat: no-repeat;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #93AFD8;
}
.bgtable {
	background-color: #FFF;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
a.menu:link {
	text-align: center;
	text-decoration: none;
}
a.menu:visited {
	text-align: center;
	text-decoration: none;
	}
a.menu:hover {
	text-align: center;
	text-decoration: underline;
}

.center {
	text-align: center;
	border-bottom-color: #3971BB;
	border-bottom-style: solid;
	border-bottom-width: medium;
}