body,html {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	cursor: default;
	background-color: #FFFFFF;
	margin: 0;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-3Dlight-color: #FFFFFF;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	text-align: center;
}
a,a:active,img,td,tr,div,span,map,area,table {
	outline: none;
}
#header {
	width: 760px;
	text-align: center;
	margin: auto;
}
#footer {
	width: 720px;
	text-align: left;
	margin: auto;
}
#content {
	width: 720px;
	text-align: right;
	margin: auto;
}
.contentHdr {
	background: #FAA06C url(../images/name_icon.gif) no-repeat 705px center;
	padding-right: 25px;
	color: #333366;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	border-top: 1px solid #FFFFFF;
	direction: rtl;
}
.contentHdrOpen {
	background: #FAA06C url(../images/name_icon-open.gif) no-repeat 703px center;
	padding-right: 25px;
	color: #333366;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	border-top: 1px solid #FFFFFF;
	direction: rtl;
}
.contentHdrBtn {
	float: left;
	background: #FF6600 url(../images/open_icon.gif) no-repeat 4px center;
	padding-right: 10px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	border-right: 1px solid #FFFFFF;
	direction: rtl;
}
.contentHdrBtnOver {
	float: left;
	background: #FF6600 url(../images/open_icon.gif) no-repeat 4px 11px;
	padding-right: 12px;
	padding-left: 18px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	border-right: 1px solid #FFFFFF;
	direction: rtl;
	cursor: pointer;
	cursor: hand;
}
.contentHdrBtnOpen {
	float: left;
	background: #FF6600 url(../images/close_icon.gif) no-repeat 4px center;
	padding-right: 10px;
	padding-left: 20px;
	color: #FAA06C;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	border-right: 1px solid #FFFFFF;
	direction: rtl;
}
.contentHdrBtnOpenOver {
	float: left;
	background: #FF6600 url(../images/close_icon.gif) no-repeat 4px 7px;
	padding-right: 12px;
	padding-left: 18px;
	color: #FAA06C;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	border-right: 1px solid #FFFFFF;
	direction: rtl;
	cursor: pointer;
	cursor: hand;
}
.contentTxt {
	background-color: #EEEEFF;
	padding: 10px 25px;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	direction: rtl;
	display: none;
}
.contentTxtAdmin {
	background-color: #EEEEFF;
	padding: 10px 25px;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	direction: rtl;
}
.contentTxtB {
	font-weight: bold;
}
.contentTxtLnk {
	background-color: #FFFFFF;
	border: 1px solid #9999CC;
	font-weight: bold;
	padding: 5px 7px;
}
.contentTxtLnk a {
	color: #CC3300;
	text-decoration: underline;
}
.contentTxtLnk a:hover {
	text-decoration: none;
}
