@charset "utf-8";

body {
	background-color: #FFC;
	margin-left: 0px;
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p,td,th {
	color: #7508AF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.redBold {
	font-weight: bold;
	color: #CC0000;
}

.style1 {color: #993399}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 850px;
	background-color: #FFC;
	border: 5px groove #CB963B;
}
#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#footer {
	text-align: center;
	clear: both;
}
.bold {
	font-weight: bold;
}
.textAlignTop {
	vertical-align: top;
}

