BODY {
	/*background:url(../img/bg.jpg);*/
	/*background-color:#e5ecf4;*/
	background-color:#3d76be;
	margin-top:5px;
}
BODY, A {
	color:white;
}
A {
	text-decoration:none;
}
A:HOVER {
	text-decoration:underline;
}
P {
	margin:0px;padding:0px;
}
H1 {
	font-size:14px;
	font-weight:bold;
}

.menuItemTD,.menuItemTDSel {padding:2px 2px 2px 2px;text-align:center;}
.menuItemTD a { font-weight:bold; color:black; text-decoration:none; font-size: 13px; padding:4px;}
/* .menuItemTDSel a { font-weight:bold; color:#ffffff; text-decoration:none; font-size: 13px; } */
.menuItemTD {border:#000000 solid 0px;}
.menuItemTDSel a { font-weight:bold; color:#fff302 !important; text-decoration: none; font-size: 13px; background-color:#000000; padding:4px;}

#contentsDiv { }

#topTable {
	margin-left: auto;
	margin-right: auto;
	width:770px;
}
#topTableHeaderRowTR {
	height:156px;
}
#topTableHeaderRowTD {
	background:url(../img/top_2009.jpg);
	background-repeat:no-repeat;
}
#topTableLeftBorderTD  {
	width:10px;
	background:url(../img/border-left.jpg);
	background-repeat:repeat-y;
}
#topTableRightBorderTD  {
	width:10px;
	background:url(../img/border-right.jpg);
	background-repeat:repeat-y;
}
#topTableMenuRowTR {
	height:25px;
}
#topTableMenuRowTD {
	text-align:center;
	vertical-align:top;
	padding:0px 0 0 0;
	/* background-color:black; */
	background-color:#fff300;
	border:#000000 solid 1px;
	
}
#topTableMenuRowTD, #topTableMenuRowTD A {
	color:#000;
	font-weight:bold;
}
#topTablePagenameRowTR {
	height:17px;
	
}
#topTablePagenameRowTD {
	height: 25px;
	padding-left:23px;
	padding-top: 10px;
/* 	background:url(../img/pagename.jpg); */
	background-repeat:no-repeat;
	background-color:#000000;
	font-size:14px;
	font-weight:bold;
	color:#fff102;
}
#centerTableMainRowTR {
	height:370px;
}
#centerTableMainRowTD {
	/* background-color:black; */
	background-color:#000;
	vertical-align:top;
	padding:22px;
}
#centerTableCreditsRowTR {
	background-color:black;
}
#contentsTable {
	margin-left:16px;
	padding:20px 11px 0px 10px;
	width:721px;
	height:360px;
	/*overflow:auto;*/
	background:rgb(28,34,50) url(../img/bg.jpg) no-repeat;
}
#contentsTable TD {
	vertical-align:top;
}
#centerTableBottomRowTR {
	height:26px;
}
#centerTableBottomRowTD {
	text-align:right;
	padding-right:5px;
	color:white;
	font-size:10px;
}
#innerTable {
	width:750px;
}
/* --- */
.input_txt {
	background-color:white;
	border:1px solid rgb(155,155,155);
	color:black;
	width:100px;
}
.input_btn {
	background-color:rgb(68,99,164);
	border:1px solid black;
	color:white;
	width:100px;
}

