body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a {
	font-size: 13px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F4F8FC;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
a.link_white {
	font-size: 12px;
}
a.link_white:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.link_white:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.link_white:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.link_white:active {
	text-decoration: underline;
	color: #FFFFFF;
}

a.link_black {
	font-size: 12px;
}
a.link_black:link {
	color: #000000;
	text-decoration: underline;
}
a.link_black:visited {
	text-decoration: underline;
	color: #000000;
}
a.link_black:hover {
	text-decoration: none;
	color: #000000;
}
a.link_black:active {
	text-decoration: underline;
	color: #000000;
}

.txt_Orange_18 {
	color: #FF6600;
	font-size: 18px;
}
.txt_White_12 {
	color: #FFFFFF;
	font-size: 12px;
}

.txt_Green_12 {
	color: #013334;
	font-style: italic;
	font-weight: bold;
}

.txt_10 {
	font-size: 10px
}

.txt_Green_13 {
	color: #006600;
	font-weight: bold;
	font-size: 14px;
}

.border {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.border_up_dotted {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}

.border_under {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #000000;
}

.box_lines_ {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	width: 200px;
}

.box_botton_ {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #333333;
	width: 70px;
}