blockquote {
	margin-left: 40px;
	margin-right: 20px;
}
button {
	font-size: 9px;
	line-height: 12px;
	height: 18px;
}
img {
	border: none;
}

img.fl {
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
}

img.fr {
	float: right;
	margin: 8px 0 20px 12px;
}

.cen {
	text-align: center;
}

label { float:none; }
.newForm label { float:left; }



div#banner {
	width: 100%;
	background-color: #290a59;
	color: #fffff0;
	font-size: 18px;
	font-weight: bold;
}
div#bannerl2 {
	padding: 4px 5px 4px 5px;
	background-color: #336699;
	color: #fffff0;
	font-size: 16px;
	text-align: right;
}
button#logout {
	float: left;
}
div#tmenu {
	height: 24px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 24px;
	background-color: #ac0b1d;
	color: #fff;
	text-align: left;
	text-transform: lowercase;
}

div#tmenu :link, div#tmenu :visited, div#tmenu :link:focus, div#tmenu :visited:focus {
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	margin: 0;
	border-right: 1px solid #fffff0;
}


div#tmenu :link.last, div#tmenu :visited.last {
	border-right: none;
}

div#mt {
	width: 740px;
	padding: 0 30px 10px 30px;
}

body.n1 div#wp {
	width: 560px;
}
body.n1 div#mt {
	width: 500px;
}

form fieldset {
	border: 1px solid gray;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

form table {
	padding: 0;
	margin: 15px 0 0 0;
}

form td {
	padding: 2px 4px;
	vertical-align: top;
}

form td.prmpt {
	text-align: right;
	padding-right: 8px;
	width: 150px;
}
form input.submit {
	width: 120px;
}

form input.stxt {
	width: 40px;
}

form input.check {
	width: 20px;
}

form input.short {
	width: 160px;
}

form input.vshort {
	width: 60px;
}

form legend {
	color: #444444;
}

p.formerr {
	color: red;
}

.onlyifJS, div#signupDiv {
	display: none;
}
