@import "../../common/css/content.css";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:160%;
}

h3{font-size:1.25em;line-height:180%;}

.font-size12{font-size:1em;line-height:180%;}
.font-size14{font-size:1.1em;line-height:180%;}

#maincontent table td{background:none;}

#maincontent .table tr td{
	padding:2px 5px;
	background:none;
	height:0;
}

#maincontent .table2{
	width:100%;
	border:0px solid #FF8311;
	margin-bottom:10px;
	background-color:#FBF2E1;
	color:#666;
}
#maincontent .table2 td{
	padding:2px 5px;
	background:none;
	height:0;
}
#maincontent .table2 .title{
	font-weight:bold !important;
	background:none #b15600 !important;
	color:#fff;
	vertical-align:middle;
	/*text-align:center;*/
}

#maincontent .table2 .orange{background-color:#fff5e2 !important; }

#maincontent  ol.uppper_alpha li{
	list-style-type:upper-alpha;
}

.btn_index {
    padding-top: 20px;
	text-align:right;
}
.btn_index a {
    background: url("../../template/common/images/btn_top.gif") no-repeat scroll left top transparent;
    color: #717171;
    margin: 0;
    padding-left: 17px;
    text-decoration: none;
}
.btn_index a:hover {
    background: url("../../template/common/images/btn_top_over.gif") no-repeat scroll left top transparent;
    color: #FF7C10;
    text-decoration: underline;
}


