body {
	margin: 0;
	padding: 0;
	background-color: #B8B594;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
}
td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a {
	color: #680059;
	text-decoration: none;
}
a:hover {
	color: #AD3D9D;
	text-decoration: none;
}
.nav {
	font-size: 12px;
	color: #680059;
	text-decoration: none;
}
a.nav:hover {
	font-size: 12px;
	color: #680059;
	text-decoration: none;
}
.navoff {
	background-image: none;
	padding-left: 7px;
}
.navon {
	background-image: url(/images/nav_bg_on.gif);
	padding-left: 7px;
	cursor: hand;
	cursor: pointer;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #420042;
}
.footer {
	font-size: 10px;
	color: #999999;
}
.field {
	border-width:;
	border: 1px solid #999999;
	width: 175px;
}
.button {
	font-weight: bold;
	color: #333333;
}
