body,td,div,.p,a {
	font-family: Arial, "ËÎÌå", Verdana, sans-serif, Helvetica,;
	font-size: 13px;
	line-height: 22px;
	color: #222222;
}

.footer { font-size: 12px; color:#999999; font-weight:normal;}
.menu { font-family: "ËÎÌå", Verdana; font-weight: normal;}
.error { color: red; text-align:center; }

A:link {COLOR:#0000ff;	 TEXT-DECORATION: none}
A:visited {	COLOR: #0000ff;	TEXT-DECORATION: none}
A:hover {	 COLOR: #ff0000; TEXT-DECORATION: underline}

h1 {
	font-size: 11pt;
	line-height: 16pt;
	font-weight: bold;
}


input {
	background-color: #F6F6F6;
	border: 1px solid #AEBBDD;
	color: #000;
	height: 19px;
}

textarea {
	background-color: #F6F6F6;
	border: 1px solid #AEBBDD;
	color: #000;
}

select {
	background-color: #F6F6F6;
	border: 1px solid #AEBBDD;
	color: #000;
	height: 19px;
}

.button {
	border: 1px #000000 solid;
	background: #ffffff;
	font: bold 12px arial, helvetica, sans-serif;
	color: #660000;
	height: 20px;;
	margin-right: 5px
}

/* Table ------------------------------------------------------ */
.space {
	height: 5px
}

.box {
	overflow: hidden;
	margin-bottom: 8px;
	background: #CCCCCC;
	border: 0px solid #999999;
	padding: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-spacing: 0;
	border-collapse: 0;
	empty-cells: 0
}

.box-header {
	top: -1px;
	background: #E8E8E8;
	height: 20px;
	border: 1px solid #999999;
	border-bottom: 1px dotted black;
	font: bold 12px arial, helvetica, sans-serif;
	color: #660000;
	padding: 0px;
	padding-left: 5px;
	overflow: hidden;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.box-header-label {
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}

.box-content {
	position: relative;
	top: -1px;
	border: 1px solid #999999;
	border-top: 0px solid black;
	background-color: #FAFAFA;
	padding: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

