a {
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #6699CC;
	background-image: url(../images/bg2.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: auto;
	height: auto;
}
a:hover {
	text-decoration: underline;
}
.field {
	width: 150px;
	font-weight: normal;
	color: #0099CC;
}