/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: none;
}
.menu_on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.step-on {
	color: #ff0000;
	background: #A6BBBB;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #cccccc;
	margin-bottom: 2px;
}

body 

/*wrapper*/
.wr_white { width:100%;}
.wr_white .t { background:#efefef url('images/m2-l-t.gif') no-repeat left top;}
.wr_white .b { background:url('images/m2-r-t.gif') no-repeat right top;}
.wr_white .l { background:url('images/m2-l-b.gif') no-repeat left bottom;}
.wr_white .r { background:url('images/m2-r-b.gif') no-repeat right bottom;}

.wr_white_dark { width:100%;}
.wr_white_dark .t { background:#F9FAF6 url('images/m2-l-t2.gif') no-repeat left top;}
.wr_white_dark .b { background:url('images/m2-r-t2.gif') no-repeat right top;}
.wr_white_dark .l { background:url('images/m2-l-b2.gif') no-repeat left bottom;}
.wr_white_dark .r { background:url('images/m2-r-b2.gif') no-repeat right bottom;}

.wr_white li { background:url('images/wr_white_x.gif') repeat-x bottom left; margin:0; width:155px; padding-left:0; padding-right:0; padding-top:0; padding-bottom:2px}
.wr_white li a { background:url('images/wr_white_bgr.gif') no-repeat center left; line-height:22px; color:#4E4D4D; text-decoration:none; padding-left:17px}
.wr_white li a:hover { text-decoration:none; color:#D6300D;}

/**/


.step-off {
    font-size: 11px;
	color: #999999;
	font-weight: bold;
	#padding: 10px;
	margin-bottom: 2px;
}

.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
a.title:hover {
	text-decoration: underline;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px;
	height: auto;
	width: auto;
	border: 1px solid #999999;
}
/*.button {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FF9900;
	color: #FFFFFF;
	margin: 2px;
	border: 1px solid #FFFFFF;
	cursor: hand;
}*/

.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}
.indoLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;	font-style: italic;
	/*color: red;	font-style: italic;*/	
	text-decoration: underline;		font-weight : bold;
}.englishLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	/*color: red;*/	
	text-decoration: underline;	
}.warningLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;	
}