@charset "utf-8";
/* CSS Document */
.header
{
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	font-size:36px;
	color:#000;
	text-align:center;
	text-decoration:none;
	height:100px;
	margin-top:0px;
}
a.link{
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	font-size:16px;
	color:#000;
	text-decoration:none;
}
a.link:hover
{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
	color:#FF8000;
	text-decoration:none;
}
.form
{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:#030303;
	font-weight:bolder;
}
.button
{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:#030303;
	font-weight:bolder;
	border:solid;
	background-color:#C0C0C0;
	border-color:#C0C0C0;
}
.th
{
	background-image:url(images/th.jpg);
	background-repeat:repeat-x;
	font-weight:bolder;
	color:#400000;
	azimuth:center;
	font-size:16px;
	height:50px;
}
.error
{
	font-size:14px;
	font-weight:bolder;
	height:50px;
	background-image:url(images/error.jpg);
	background-repeat:repeat-x;
	color:#FFF;
}
.success
{
	font-size:14px;
	font-weight:bolder;
	height:50px;
	background-image:url(images/success.png);
	background-repeat:repeat-x;
	color:#FFF;
}
.data
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bolder;
	color:#666;
}
.search
{
	background-color:#FBEED0;
	border:medium;
	height:25px;
	width:400px;
	font:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:lighter;
	vertical-align:middle;
	color:#004040;
}
.menu
{
	background-image:url(images/menu_bg.png);
	background-repeat:repeat-x;
	height:40px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	font-size:16px;
	color:#FFF;
}
.footer
{
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	height:50px;
	color:#C4C4C4;
}
a.copy
{
	
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#C4C4C4;
	font-weight:lighter;
	text-decoration:none;
}
a.copy:hover
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#fff;
	font-weight:bolder;
}
.form_table
{
	border-left:dashed;
	border-right:dashed;
	border-left-color:#9D9D9D;
	border-right-color:#9D9D9D;
	border-left-width:thin;
	border-right-width:thin;
}
.pagging
{
	background-image:url(images/pagging.png);
	background-repeat:repeat-x;
	azimuth:center;
	height:50px;
}
.tree
{
	border:thick;
	border-bottom-color:#030303;
	border-bottom:solid;
}
.node
{
	border:thick;
	border-top-color:#030303;
	border-top:solid;
}




