@import "gstruct.css";
@import "gform.css";
@import "gtable.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;
}

a:link, a:active, a:visited {
	color: #395E8A;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a img {
	border: none;
}

.tn {
	border: 1px solid #86765B;
}

.alC { text-align: center; }
.alR { text-align: right; }
.valT { vertical-align: top; }