body,td,th {
	font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #F7EBAD;
}
a:link, a:visited, a:active {
	color: #B46800;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.red {
	color: #FF0000;
}
.bold-red {
	font-weight: bold;
	color: #FF0000;
}
.title {
	color: #333333;
	font-size: 14px;
}
.content-top {
	background-image: url(../images/content-top.gif);
	background-repeat: no-repeat;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
.content {
	background-image: url(../images/content.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 8px;
	padding-top: 5px;
	text-align: left;
}
.content-bottom {
	background-image: url(../images/content-bottom.gif);
	background-repeat: no-repeat;
	height: 20px;
}
.title, .content-top {
	font-family: "Arial Rounded MT Bold", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
}
#center {
	width: 325px;
	height: 394px; 
	position: absolute;
	top: 50%; 
	left: 50%; 
	margin: -225px auto auto -175px;
	/*border:1px solid black; */
	text-align: center;
}
#content td {
	text-align: left;
}