/* Print CSS Document */

/* Things To Hide
----------------------------------------------- */
#header, #language, #xcolbg, #xc2, img.coe, #subcol, #sc2, ul, li, .padtop, #pagetop, #topmenu, #print, #subnavi {
  display:none;
}


/* Things To Show
----------------------------------------------- */

body {
	margin:0;
	padding:0;
	background-color: #ffffff;	
}
/* Contents Structure
----------------------------------------------- */
#content {
	width:800px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
  * html #content {
    margin-right:-3px;
    }


/* Page Structure: Sub
----------------------------------------------- */

#sub #main {
	width:725px;
} 
#sub #maincol {
	margin-top: 10px;
	margin-bottom: 10px;
	
}
* html #sub #maincol {
	width:650px;
}
h6 {
	font-size: 18px;
	color: #5a6d93;
	height: 29px;
	width: 565px;
	background-image:  url("../common/images/title_base_s.gif");
	background-repeat: no-repeat;
	padding-top: 6px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottomp-color: #5a6d93;
}
#sub #footer {
	background-image: url(../common/images/footer.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 725px;
	margin-left: 0px;
}
td {
	font-size: 12px;
	line-height: 150%;
	color: #4e4969;
}
.pri_title {
	font-size: 16px;
	color: #0d0146;
	font-weight: bold;
	padding: 5px 25px;
	border: 1px solid #1a028a;
	margin-top: 20px;
}
.mid12 {
	font-size: 12px;
	line-height: 140%;
	color: #140169;
	font-weight: bold;
}
.px10 {
	font-size: 10px;
	line-height: 100%;
	color: #4e4969;
}
.px12 {
	font-size: 12px;
	line-height: 100%;
	color: #4e4969;
}