.Content {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#topLeft {
	background-image: url(/images/top_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 10px;
	width: 10px;
}
#top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99a8c7;
	height: 10px;
	background-color: #FFF;
}
#topRight {
	height: 10px;
	width: 10px;
	background-image: url(/images/top_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#left {
	width: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99a8c7;
	background-color: #FFF;
}
#center {
	background-color: #FFF;
}
#right {
	width: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99a8c7;
	background-color: #FFF;
}
#botLeft {
	height: 10px;
	width: 10px;
	background-image: url(/images/bot_left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99a8c7;
	background-color: #FFF;
}
#botRight {
	height: 10px;
	width: 10px;
	background-image: url(/images/bot_right.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	margin: 0px;
	background-color: #9eb3d0;
	background-image: url(/images/clouds.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.HeadTable img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.HeadTable {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d7d7d7;
	border-bottom-color: #d7d7d7;
	background-color: #FFF;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
h2 {
	color: #264360;
	font-weight: normal;
	letter-spacing: 3pt;
}
.FormTable {
	background-color: #DEE2E5;
	border: 1px solid #99A7C4;
	margin-right: auto;
	margin-left: auto;
}
.FormTable td {
	padding: 3px;
}
.AlphaTable {
	font-size: 12pt;
	font-weight: bold;
}
