html{
	direction:inherit;
	width:100%; 
	height:100%;
}
body {
	height:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color: #2E2E2E;
	overflow:hidden;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
*html p {
	margin: 2px 0;
}
p {
	line-height: 14px;
	margin: 0;
}
*html ol {
	list-style: decimal;
	line-height: 14px;
	margin: 5px 5px 5px 30px;
}
ol {
	list-style: decimal;
	line-height: 14px;
	margin: 5px 5px 5px -15px;
}
*html blockquote {
	margin: 5px 5px 5px 10px;
}
blockquote {
	line-height: 14px;
	margin: 5px 5px 5px -5px;
}
*html ul {
	margin: 5px 5px 5px 25px;
}
ul {
	list-style: disc url(../art/list.gif);
	line-height:14px;
	margin: 5px 5px 5px -15px;
}
li p {
	line-height:inherit;
	margin: 0;
}
.H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border:1px solid #999999;
	background-color:#efefef;
}
.H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.photoTD {
	cursor:hand;
}

#CENTER {
	width:100%; 
	height:100%;
	vertical-align:middle;
	text-align:center;
	float:none;
}
#CONTENT {
	overflow:hidden !important;
	height:340px;
	scrollbar-face-color: #999999;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #999999;
}
#CONTENT a {
	color: #D45A05;
	text-decoration: none;
}
#CONTENT a:hover {
	color: #999999;
	text-decoration: none;
}
#CONTENT input {
	color: #333;
	border:1px solid #333;
	background-color:#efefef;
}
#submit {
	font-size: 10px;
	margin:5px 5px 5px 0px;
	width:70px;
	height:18px;
	color: #000;
	background-color:#FF6600;
	border:1px solid #333;
}

*html #SUBCONTENT {
	width:470px;
	height:340px;
	scrollbar-face-color: #999999;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #999999;
}
#SUBCONTENT {
 	overflow:auto !important;
	width:459px;
	height:340px;
	padding:0px 0px 0px 10px;
	border-left:1px solid #999999;
	text-align:left;
}
#SUBCONTENT li a {
	cursor:default;
}
#POPUP {
	overflow:auto !important;
	margin:0px;
	padding:0px;
	scrollbar-face-color: #999999;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #999999;
}
#EOCitem{
	position:relative;
	float:left;
	width:12px;
	height:12px;
	margin:2px;
}
#ERRORMSG {
	padding-top:5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}