.black {
	color:#000;
}
.orange {
	color:#F28332;
}
.white {
	color:#FFF;
}
.black_11 {
	color:#000;
	font-size:11px;
}
.orange_11 {
	color:#F28332;
	font-size:11px;
}
.white_11 {
	color:#FFF;
	font-size:11px;
}
h1 {
	font-size:18px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h1 a{
	font-size:18px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h2 {
	font-size:17px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h2 a{
	font-size:17px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h3 {
	font-size:16px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h3 a{
	font-size:16px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h4 {
	font-size:15px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h4 a{
	font-size:15px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h5 {
	font-size:14px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h5 a{
	font-size:14px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h6 {
	font-size:13px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h6 a{
	font-size:13px;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#F28332;
	text-decoration:none;
}
.orange_link:link {
	color:#F28332;
	text-decoration:none;
}
.orange_link:visited {
	color:#F28332;
	text-decoration:none;
}
.orange_link:hover {
	color:#000;
	text-decoration:none;
}
.border_top {
	border-top:1px solid #000;
	background-color:#FFFFFF;
}
.border_bottom {
	border-bottom:1px solid #000;
	background-color:#FFFFFF;
}
.border_left_right {
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-color:#FFFFFF;
	padding:0px 15px 0px 15px;
}
.txt_field {
	background-color:#F4F4F4;
	border:1px solid #000;
	font-size:12px;
	color: #000;
	height:18px;
}
.txt_field_form {
	border:1px solid #E2E2E2;
	font-size:12px;
	color: #000;
	width:230px;
	padding:2px;
}
form {
	padding:0px;
	margin:0px;
}
#footer {	
	background-image:url(../images/footer_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFF;
	font-size:11px;
}
#footer a:link{
	color:#FFF;
}

#footer a:visited{
	color:#FFF;
}
#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}
.border_right_box {
	background-color:#F3F3F3;
	border:1px solid #DBDBDB;
	padding:10px;
}
.main_title {
	padding-bottom:6px;
	border-bottom:1px solid #D9D9D9;
	color:#000;
	font-size:22px;
}
.dotted_line {
	background-image:url(../images/dotted_line.gif);
	background-position:center left;
	background-repeat:repeat-x;
}
.dotted_line1 {
	background-image:url(../images/dotted_line1.gif);
	background-position:center left;
	background-repeat:repeat-x;
}
.line_bg {
	background-image:url(../images/line_bg.gif);
	background-position:center left;
	background-repeat:repeat-x;
}
.arrow_link:link {
	background-image:url(../images/arrow_black1.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	color:#000;
}
.arrow_link:visited {
	background-image:url(../images/arrow_black1.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	color:#000;
}
.arrow_link:hover {
	background-image:url(../images/arrow_orange.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	color:#EF8132;
}
.white_link:link {
	color:#FFF;
	text-decoration:none;
}
.white_link:visited {
	color:#FFF;
	text-decoration:none;
}
.white_link:hover {
	color:#FFF;
	text-decoration: underline;
}
.ajax_border {
	border:1px solid #FFD6B9;
	background-color:#FFFFFF;
	padding:5px;
	width:253px;
	display:block;
}
.box_border_top {
	border-top:1px solid #E2E2E2;
	background-color:#F5F5F5;
}
.box_border_bottom {
	background-image:url(../images/box_bottom_bg.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color:#464646;
}
.box_bg_middle {
	background-image:url(../images/box_bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	border-left:1px solid #E2E2E2;
	border-right:1px solid #E2E2E2;
	background-color:#F5F5F5;
}
.box_new_top_border {
	border-top:1px solid #C4C4C4;
}
.box_new_bottom_border {
	border-bottom:1px solid #C4C4C4;
}
.box_new_left_right_border {
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	background-color:#F3F3F3;
	padding:3px 10px 3px 10px;
	background-image:url(../images/bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	font-size:18px;
	color:#000;
}
#home_user {
	width:309px;
	float:left;
	margin-right:5px;
	margin-top:15px;
}
#home_user_top_box {
	background-image:url(../images/box_tr1.gif);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	width:309px;
	text-align:left;
	height:39px;
}
#home_user_bottom_box {
	background-image:url(../images/box_bg1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:164px;
	width:299px;
	float:left;
	padding-top:10px;
	padding-left:10px;
	font-size:13px;
}
#home_user_bottom_box ul {
	padding:0px;
	margin:5px 0px 8px 0px;
	width:193px;
	float:left;
}
#home_user_bottom_box li {
	padding:0px;
	margin:0px;
	list-style:none;
	background-image:url(../images/arrow_san.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-left:15px;
	color:#363636;
	line-height:22px;
}
#home_user_top_box h1 {
	color:#FFF;
	font-size:17px;
	margin-top:10px;
}
#business_user {
	width:309px;
	float:left;
	margin-right:5px;
	margin-top:15px;
}
#business_user_top_box {
	background-image:url(../images/box_tr1.gif);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	width:309px;
	text-align:left;
	height:39px;
}
#business_user_bottom_box {
	background-image:url(../images/box_bg1.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:164px;
	width:299px;
	float:left;
	padding-top:10px;
	padding-left:10px;
	font-size:13px;
}
#business_user_bottom_box ul {
	padding:0px;
	margin:5px 0px 8px 0px;
	width:200px;
	float:left;
}
#business_user_bottom_box li {
	padding:0px;
	margin:0px;
	list-style:none;
	background-image:url(../images/arrow_san.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-left:15px;
	color:#363636;
	line-height:22px;
}
#business_user_top_box h1 {
	color:#FFF;
	font-size:17px;
	margin-top:10px;
}
.header_sub_menu li{
	display:inline;
	padding:0px;
	margin:0px;
}
.header_sub_menu ul{
	padding:0px;
	margin:0px;
}
.header_sub_menu a:link {
	color:#333;
	font-size:13px;
	padding:5px 4px 5px 4px;
}
.header_sub_menu a:visited {
	color:#333;
	font-size:13px;
	padding:5px 4px 5px 4px;
}
.header_sub_menu a:hover {
	color:#ff6600;
	font-size:13px;
	padding:5px 4px 5px 4px;
}