body {
	margin: 0;
	padding: 0;
	font: normal 12px/16px Verdana, Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #999999;
}
a:hover {
	color: #d3001e;
}
b {
	color: #3a3a3a;
}
table {
	padding: 0;
	margin: 0;
}
table.main {
	width: 951px;
	height: auto;
}
tr {
	vertical-align: top;
}
td.left {
	width: 230px;
	background: #ededee;
}
td.mid {
	width: 5px;
}
td.topbar {
	height: 50px;
	background: url(topbar.png) no-repeat;
}
td.right {
	padding-top: 20px;
	width: 217px;
}
td.pageShow {
	width: 719px;
	height: 250px;
	overflow: hidden;
}
td.content {
	padding-left: 44px;
	padding-right: 44px;
	padding-top: 35px;
}
td.bottom {
	border-top: 6px solid #d3001e;
}
td.fr {
	text-align: right;
	font-size: 10px;
}
textarea.farea {
	padding: 3px;
	border-width: 2px;
	border: 2px solid #b4b3af;
	width: 220px;
	height: 100px;
}
input {
	border: 2px solid #b4b3af;
	margin: 0px;
	padding: 3px;
	width: 220px;
}
img {
	border: 0px;
}
#holder {
	text-align: left;
	width: 951px;
	height: auto;
	position: relative;
}

#topper {
	background: #fff;
}
.menuAct {
	width: 219px;
	position: relative;
	height: 22px;
	color:  #d3001e;
	font-weight: bold;
	font-size: 13px;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: url(button_on.png) no-repeat;
}
.menu:hover {
	width: 219px;
	position: relative;
	height: 22px;
	letter-spacing: 1px;
	cursor: pointer;
	cursor: hand;
	color: #d3001e;
	padding-bottom: 10px;
	padding-top: 7px;
	padding-left: 10px;
	background: url(button_on.png) no-repeat;
}
.menu {
	width: 219px;
	position: relative;
	height: 22px;
	letter-spacing: 1px;
	color: #4d4d4d;
	background: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
	background: url(button.png) no-repeat;
}

#newsBar {
	background-color: #fff;
}
.newsTop {
	background: #fff url(newstop.png) no-repeat;
	width: 229px;
	height: 57px;
	font-size: 12px;
	letter-spacing: 1px;
	color: white;
	text-transform: uppercase;
}
.newsItem {
	background-color: #ededee;
	width: 229px;
	font-size: 10px;
	border-bottom: 2px dotted #dfdfdf;
	text-shadow: #000000 0 0 0;
}
.gobut {
	background-image: none;
	font-size: 10px;
	line-height: 18px;
	color: #3a3a3a;
	position: static;
	text-align: right;
	text-transform: uppercase;
	list-style-image: none;
	text-shadow: #000000 0 0 0;
	margin-top: 10px;
}

.boxTop {
	background: url(bartop.png) no-repeat;
	font-weight: bold;
	letter-spacing: 1px;
	color: #3a3a3a;
	height: 43px;
	width: 217px;
	font-size: 11px;
}
.boxMid {
	height: auto;
	background: url(barmid.png) repeat-y;
	width: 217px;
	font-size: 10px;
}
.boxBot {
	width: 217px;
	height: 9px;
	line-height: 9px;
	background: url(barbot.png) no-repeat;
	overflow: hidden;
	margin-bottom: 12px;
}
.bottomBox {
	width: auto;
	border-left: 2px dotted #dfdfdf;
	height: 55px;
	text-align: center;
	float: left;
	margin-top: 12px;
}

.bottomBox img {
	margin: 0px 25px 0px 25px;
}
.persImg {
	float: left;
	margin-right: 20px;
	width: 110px;
	height: 160px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3), inset 0 0px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3), inset 0 0px 6px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3), inset 0 0px 6px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3), inset 0 0 0px 6px rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#888888');
	overflow: hidden;
}
.persTxt {
	font-size: 10px;
	font-weight: bold;
	float: left;
}

.rub {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 16px;
	color: #3a3a3a;
}
.err {
	color: maroon;
	font-size: 10px;
}
