html{ 
SCROLLBAR-FACE-COLOR: #e4e4e4; 
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
SCROLLBAR-SHADOW-COLOR: #cccccc; 
SCROLLBAR-3DLIGHT-COLOR: #cccccc; 
SCROLLBAR-ARROW-COLOR: #330000; 
SCROLLBAR-TRACK-COLOR: #f6f6f6; 
SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin:0px;
	background-color:#000000;
	color:#000000;
}
a {	behavior:url(Clearline.htc);text-decoration: none;}
A:link {COLOR:  #000000; TEXT-DECORATION: none}
A:visited{COLOR: #000000; TEXT-DECORATION: none}
A:hover {COLOR: #FF6600; TEXT-DECORATION: none}
A:active {color: #000000; TEXT-DECORATION: none}
.mytable{
 width:670px;
 margin:30px 30px;
 border:1px #666666 solid;
 padding:3px 10px 3px 10px;
}
.mytable caption {
 font-size: 13px;
 font-weight: bold;
 background:url(../Skin/defaultimages/bg_caption.gif);
 color: #000000;
 text-indent:14px;
 text-align:left;
 
}
.mytable th {
	font-size:12px;
	text-align:left;
	font-weight:bold;
}
.mytable td {
color:#CCCCCC;
}
/*====================*/
.mytableanywidth{
 cellSpacing:expression(this.cellSpacing=1);
 margin:auto auto;
}
.mytableanywidth caption {
 font-size: 13px;
 font-weight: bold;
 background:url(../Skin/defaultimages/bg_caption.gif);
 padding: 6px 3px 3px 15px;
 color: #000000;
 text-indent:14px;
 text-align:left;
 
}
.mytableanywidth th {
	font-size:12px;
	text-align:left;
	font-weight: normal;
	background-color: #eef4f9;
	color: #000000;
	padding:3px 2px 3px 3px;
}
.mytableanywidth td {
 background-color: #e5eef6;
 color: #000000;
 padding:3px 2px 3px 3px;
}
.title{
font-size:14px;
}
