@charset "utf-8";
/*body {
	
}*/
body { 
margin-top: 0px;
background-color: #fcf6ec;
background-image: url(images/grd-bg.jpg);
background-repeat: repeat-x;
background-position:top; 
}
body,td,th {
	font-family: verdana;
	font-size: 12px;
	color: #000;
}
#container {
	width: 784px;
}
.title-main {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bolder;
	color: #FFF;
}
.title-gray {
	font-family: verdana;
	font-size: 20px;
	color: #999;
}
.text-main {
	font-family: verdana;
	font-size: 12px;
	color: #000;
}
.text-dark {
	font-family: verdana;
	font-size: 12px;
	color: #666;
}
.text-gray {
	font-family: verdana;
	font-size: 12px;
	color: #999;
}
.text-orange {
	font-family: verdana;
	font-size: 12px;
	color: #F90;
}
.text-brown {
	font-family: verdana;
	font-size: 12px;
	color: #960;
}
.footnote-gray {
	font-family: verdana;
	color: #999;
	font-size: 10px;
}
.footnote-orange {
	font-family: verdana;
	color: #ff6600;
	font-size: 10px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

span.paging b, span.paging a{
	height: 20px;	
	padding : 2px 6px 2px 5px;
}

span.paging b{
	-moz_background-clip: border;
	-moz_background-inline-policy: continous;
	-moz_background-origin: padding;
	background: #FBDCAE none repeat scroll 0 0;
	border: 1px solid #FBDCAE;
	color: #F90;
}

span.paging a{
	-moz_background-clip: border;
	-moz_background-inline-policy: continous;
	-moz_background-origin: padding;
	background: #F6F6F6 none repeat scroll 0 0;
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #DDDDDD;
	color: #F90;
	font-weight: normal;
	text-decoration: none;
}