body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	text-align: center;
}
.graytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.ptext {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.white-text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.white-text:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

.formfield {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 150px;
}
.link-btn {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(btn-gray.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 60px;
	text-align: center;
	padding-top: 5px;
}
.link-btn:hover {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(btn-orange.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 60px;
	text-align: center;
	padding-top: 5px;
}
