@charset "utf-8";
body {
	background-color: #ffff99;
	margin: 0px;
	padding: 0px;
}
img {
	border:0px;
}
a:link{
	color:#0033cc;
}
a:visited, a:active{
	color:#000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
#HeaderArea {
	position: absolute;
	z-index: 1;
	height: 140px;
	width: 100%;
	left: 0px;
	top: -12px;
	background-color: #3366CC;
	padding-top: 10px;
}
#MenuArea {
	position: absolute;
	z-index: 4;
	height: inherit;
	width: 100%;
	top: 140px;
}
#ContentArea {
	overflow: visible;
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 150px;
	height: inherit;
}
.StandardText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height:21px;
}
.StandardTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.XtraSmallTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.WhiteHeaderText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CCCCCC;
}
.WhiteSmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
#InputArea {
	overflow: visible;
	position: relative;
	z-index: 3;
	width: 100%;
	left: 0px;
	top: 0px;
}
#FooterArea {
	z-index: 5;
	width: 100%;
	padding-left: 10px;
	text-align:center;
}
