@charset "utf-8";
/* CSS Document */
body {
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
}
a:link {
	color:#FFFFFF;
}
a:visited {
	color:#FFFFFF;
}
a:active {
	color:#FFFFFF;
}
a:hover {
	color:#E0E0A3;
}
h3 {
	font-size:26px;
	font-weight:bold;
	color:#E0E0A3;
	position:relative;
	bottom:25px;
	text-align:center;
}
#Content {
	position:absolute;
	background-color:#C2C247;
	top:100px;
	left:50px;
	width:500px;
}
.input {
	width:250px;
	background-color:#E0E0A3;
	border:0px;
	border-bottom:2px solid #C28547;
}
.infoTd {
	text-align:right;
}
.row {
	background-color: #999933;
	color:#FFFFFF;
	font-weight:bold;
	height:30px;
	width:500px;
	text-align:left;
}
.topcontent {
	background-image:url(topcontent.png);
	background-repeat:no-repeat;
	background-position:top;
	height:30px;
}
.bottomcontent {
	background-image:url(bottomcontent.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:30px;
}