@import "struct.css";
@import "form.css";
@import "table.css";

body {
	margin: 0;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	cursor: default;
}

body.bannerFrame {
	background-color: transparent;
}
body.bannerFrame h4 {
	margin: 0 0 10px 50px;
	font-size: 12px;
}

a:link, a:active, a:visited {
	color: #C71B1B;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a img { border: none; }
ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-position: outside;
}

.tn {
	border: 1px solid #86765B;
}

.alC { text-align: center; }
.alR { text-align: right; }
.valT { vertical-align: top; }
.valB { vertical-align: bottom; }
.maxW { width: 100%; }
.noPad { padding: 0; }
.hidden { display: none; }
.big { font-size: 16px; }
