html, body {
	text-align: center;
}
.wrapper {
	width: 600px;
	text-align: left;
}
h2, .wrapper p {
	width: 590px;
	margin: 0 5px;
	padding: 0 0 15px;
}
.header {
	width: 600px;
	height: 100px;
	text-indent: -99999px;
	background: #fff url(ust.png) no-repeat;
}
.footer {
	width: 600px;
	margin: 0 auto;
	background: #a3b2c6 url(alt.gif) no-repeat 0 0;
	clear: right;
}
.footer p {
	padding: 20px 0 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
}


h2 {
	color: #1b73d6;
	font: normal 22px "Trebuchet MS";
	height: 24px;
	margin: 24px 0 0 0;
	padding: 2px;
	background: #fff url(heading0.gif) no-repeat;
}

textarea {
	color: #209e5d;
	padding: 5px;
	border: 1px solid #1b73d6;
	background: #fff;
	
	overflow: scroll;
	white-space: wrap
}

button {
	color: #209e5d;
	font: bold 15px "Trebuchet MS";
	border: 1px solid #1b73d6;
	background: #fff;
	cursor: hand;
	cursor: pointer
}

.wrapper p {
	height: 122px;
	color: #194379;
	font: normal 15px "Trebuchet MS";
	background: #fff url(intro000.gif) no-repeat;
}

a {
	color: #194379;
}
a:hover {
	text-decoration: none;
}