/*right style*/
#wrapper #right .title {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	clear: both;
	float: none;
}
#wrapper #right .clear {
 clear:both;
 }
 
 #wrapper #right .backtop {
 clear:both;
 text-align:right;
 margin:10px 20px 0px 0px;
 padding:0px;
 }

#wrapper #right .break{
	clear:both;
	margin: 0px 0px 15px;
	padding: 0px;
	height: 15px;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
 }
 #wrapper #right .notice{
 	clear:both;
	margin: 15px 0px 0px 20px;
	font-size: 90%;
	color:#999999;
 }
  #wrapper #right .notice2{
 	clear:both;
	margin: 15px 0px 0px 0px;
	font-size: 90%;
	color:#999999;
 }
  #wrapper #right .center{
 	text-align:center;
 }

#wrapper #right #txtarea, #wrapper #right #txtarea_m {
	margin: 0px 0px 20px 20px;
	padding: 0px;
	width:679px;
	background: #FFFFFF;
}
#wrapper #right #txtarea p, #wrapper #right #txtarea_m p {
	margin: 0px;
	padding: 0px;
}
#wrapper #right #txtarea .right, #wrapper #right #txtarea_m .right {
	margin: 0px 0px 20px;
	padding: 0px;
	float:right;
	width: 329px;
}
#wrapper #right #txtarea .left, #wrapper #right #txtarea_m .left {
	margin: 0px 21px 20px 0px;
	padding: 0px;
	float:left;
	width: 329px;
}

#wrapper #right #threebuttons {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	width:679px;
	background: #FFFFFF;
}

#wrapper #right #txtarea_b {
	margin: 0px 0px 20px 20px;
	padding: 0px;
	width:679px;
	background: #FFFFFF;
}
#wrapper #right #txtarea_b p {
	margin: 0px;
	padding: 0px;
}
#wrapper #right #txtarea_b .right {
	margin: 0px;
	padding: 0px;
	float:right;
	width: 329px;
}
#wrapper #right #txtarea_b .left {
	margin: 0px 21px 20px 0px;
	padding: 0px;
	float:left;
	width: 329px;
}

#wrapper #right .stxt {
	font-size: 90%;
	text-decoration: none;
}
#wrapper #right .mtxt {
	font-size: 110%;
	text-decoration: none;
}
#wrapper #right .mtxt_blue {
	font-size: 110%;
	font-weight:bold;
	text-decoration: none;
	color:#005e7d;
}
#wrapper #right .xltxt {
	font-size: 135%;
	text-decoration: none;
}
#wrapper #right .bluetxt {
	color:#005e7d;
}



#wrapper #right ul {
	padding:0px;
	margin:15px 0px 5px;
}
#wrapper #right ul li {
	padding:0px 0px 0px 18px;
	margin:0px 0px 5px;
	list-style: none outside;
	background: url(blue_arrow.gif) no-repeat 0px 2px;
}


#wrapper #right .u_15px {
	padding-top:15px;
}
#wrapper #right .u_10px {
	padding-top:10px;
}
#wrapper #right .l_10px {
	padding-left:10px;
}
#wrapper #right .u_10px_c {
	padding-top:10px;
	text-align:center;
}

#wrapper #right .float_left {
	float:left;
	padding-right:10px;
	padding-bottom:15px;
}
#wrapper #right .float_right {
	float:right;
	padding-left:10px;
}


/*table style*/
#wrapper #right .list {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cfcfcf;
	margin: 10px 0px 0px;
	padding: 0px;
	line-height: 145%;
}
#wrapper #right .list_th {
	text-align: center;
	padding:2px;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
	font-weight: bold;
	line-height: 145%;
}
#wrapper #right .list_th_left {
	text-align: left;
	padding:2px;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
	font-weight: bold;
	line-height: 145%;
}
#wrapper #right .list_th_bg {
	text-align: center;
	padding:2px;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
	font-weight: bold;
	line-height: 145%;
	background: #eaeaea;
}
#wrapper #right .list_th_bg_left {
	text-align: left;
	padding:2px;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
	font-weight: bold;
	line-height: 145%;
	background: #eaeaea;
}
#wrapper #right .list_td {
	text-align: center;
	padding: 2px;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
	line-height: 145%;
}
#wrapper #right .list_td_left {
	text-align: left;
	padding: 2px;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
	line-height: 145%;
}
#wrapper #right .list_td_bg {
	text-align: center;
	padding: 2px;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
	line-height: 145%;
	background: #eaeaea;
}
#wrapper #right .list_td_bg_left {
	text-align: left;
	padding: 2px;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
	line-height: 145%;
	background: #eaeaea;
}