font,td{
	font-size:11px;
	text-align: left;
	font-family: verdana, tahoma;
} 

body{
	scrollbar-face-color:#9eb8d2; 
	scrollbar-shadow-color:#ffffff; 
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#ffffff; 
	scrollbar-base-color:#FFFFFF; 
	scrollbar-track-color:#9eb8d2;
	scrollbar-darkshadow-color:#9eb8d2; 
	scrollbar-highlight-color:#9eb8d2;
	background-color:transparent;
	margin:0px 0px 0px 0px;
	text-align:center;
}

A:link { text-decoration:none;   color:#ffffff; font-weight:bold;}
A:active { text-decoration: none; color:#ffffff; font-weight:bold;}
A:visited { text-decoration:none; color:#ffffff; font-weight:bold;}
A:hover { text-decoration: none; color:#9eb8d2;  font-weight:bold;}

#contentClip {
	overflow:hidden;
	width:658px;
	position:relative;
}

#content {
	width:648px;
	height:420px;
	margin:0 0 0 0;
	background-color:transparent;
}

#up {z-index: 1; width: 1px; position: absolute; height: 1px;cursor:pointer;cursor:hand;}
#down {z-index: 2; width: 1px; position: absolute; height: 1px;cursor:pointer;cursor:hand;}
#drag {z-index: 3; width: 13px; position: absolute; height: 80px;cursor:pointer;cursor:hand;}
#ruler {z-index: 4; width: 13px; position: absolute; height: 80px;cursor:pointer;cursor:hand;}

table.index {
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}

table.parent {
	width:800px;
	text-align:center;
}

td.sideBarr {
	width:130px;
	height:430px;
	background-color:#9eb8d2;
}

#background {
	background-image:url(images/bgIndex.gif);
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #6C6C6C;
	width:666px;
	height:430px;
	text-align:center;
	vertical-align:middle;
	padding:4px 0px 0px 0px;
}

table.head {
	width:100%;
	height:30px;
	border-bottom:2px solid #000000;
	border-top:2px solid #000000;
}

td.logo{
	font-weight:bold;
	font-size:24px;
	color:#000000;
}

td.tree{
	font-weight:bold;
	font-size:24px;
	color:#000000;
	text-align:right;
}

td.tail {
	width:100%;
	height:20px;
	background-color:#9eb8d2;
}

td.menuItem {
	background:#527796;
	width:100%;
	height:20px;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}

td.menuItemOver {
	background:#31659c;
	width:100%;
	height:20px;
	color:#9eb8d2;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}

td.menuItemFather {
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#527796;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}

td.menuItemFatherOver {
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#31659c;
	color:#9eb8d2;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}

td.menuItemChild {
	width:100%;
	background-color:#527796;
	color:#ffffff;
	font-weight:bold;
	text-align:right;
	cursor:pointer;
	cursor:hand;
}

td.menuItemChildOver {
	width:100%;
	background-color:#31659c;
	color:#9eb8d2;
	font-weight:bold;
	text-align:right;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
}

/*Contents Pages*/
table.mainContent{
	padding:0px 0px 0px 0px;
	width:643px;
/*	height:16px;*/
	text-align:center;
}