.box {
	width: 100%;
	border-top-width: 2px;
	border-right-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-color: #FFCC00;
	float: left;
}
.mainheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333366;
	font-weight: 900;
}
.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333366;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333366;
}
.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #333366;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333366;
}
.backnorepeat {
	background-image: url(images/back_bottom.jpg);
	background-repeat: repeat-y;
}

.sideback {
	background-image: url(images/stripe_back.jpg);
	background-repeat: repeat-x;
}

