.clear{
	clear: both;
	height: 0;
	width: 100%;
}

.clear_line{
	clear: both;
	width: 100%;
	height: 20px;
}

.clear_line10{
	clear: both;
	width: 100%;
	height: 10px;
}

.clear_lineheight{
	line-height: 170%;
}

.text_lineheight{
	line-height: 150%;
}

.none{
	display: none;
}

.clear_none {
	clear: none;
}

.italic{
	font-style: italic;
}

.bold{
	font-weight: bold;
	font-size: 10pt;
}

.normal{
	font-weight: normal;
}

.size_1000 {
	width: 1000px;
}

.size_1200 {
	width: 1200px;
}

.size_900 {
	width: 900px;
}

.size_800 {
	width: 800px;	
}

.size_720{
	width: 720px;
}

.size_100{
	width: 100%;
}

.size_130{
	width: 130px;
}

.size_145{
	width: 145px;
}

.size_230{
	width: 231px;
}

.size_max240{
	max-width: 240px;
}

.size_260{
	width: 260px;
}

.size_280{
	width: 281px;
}

.size_500{
	width: 500px;
}

.size_600{
	width: 600px;
}

.size_660 {
	width: 660px;
}

.size_700{
	width: 700px;
}

.size_610{
	width: 610px;
}

.size_50{
	width: 49.9%;
}

.size_33{
	width: 33.2%;
}

.size_25{
	width: 24.9%;
}

.size_21{
	width: 21px;
}

.size_23{
	width: 23px;
}

.size_30{
	width: 30px;
}

.size_40{
	width: 40px;
}

.size_45{
	width: 45px;
}

.size_50{
	width: 50px;
}

.size_60{
	width: 60px;
}

.size_70{
	width: 70px;
}

.size_150{
	width: 150px;
}

.size_170{
	width: 170px;
}

.size_185{
	width: 185px;
}

.size_255{
	width: 255px;
}

.size_270{
	width: 270px;
}

.size_290{
	width: 290px;
}

.size_300{
	width: 300px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.padding_top5{
	padding-top: 5px;
}

.padding_top10{
	padding-top: 10px;
}

.padding_bottom10{
	padding-bottom: 10px;
}

.padding_left2{
	padding-left: 2px;
}

.padding_left10{
	padding-left:10px;
}

.padding_left18{
	padding-left: 18px;
} 

.margin_top_7{
	margin-top: -7px;
}

.margin_top2{
	margin-top: 2px;
}

.margin_top5{
	margin-top: 5px;
}

.margin_top8{
	margin-top: 8px;
}

#margin_top5{
	margin-top: 5px;
}

.margin_top10{
	margin-top: 10px;
}

.margin_top12{
	margin-top: 12px;
}	

.margin_top20{
	margin-top: 20px;
}

.margin_top25{
	margin-top: 25px;
}

.margin_top30{
	margin-top: 30px;
}

.margin_top40{
	margin-top: 40px;
}

.margin_top100{
	margin-top: 100px;
}

.page_display{
	width: 980px;
}

.margin_right1{
	margin-right: 1px;
}

.margin_right{
	margin-right: 5px;
}

.margin_right10{
	margin-right: 10px;
}

.margin_right30 {
	margin-right: 30px;
}

.margin_left5{
	margin-left: 5px;
}

.margin_left10{
	margin-left: 10px;
}

.margin_left15{
	margin-left: 15px;
}

.margin_left20{
	margin-left: 20px;
}

.margin_left33{
	margin-left: 33px;
}

.margin_left40{
	margin-left: 40px;
}

.margin_left50{
	margin-left: 50px;
}

.margin_bottom_5{
	margin-bottom: -5px;
}

.margin_bottom3{
	margin-bottom: 3px;
}

.margin_bottom5{
	margin-bottom: 5px;
}

.margin_bottom7{
	margin-bottom: 7px;
}

.margin_bottom10{
	margin-bottom: 10px;
}

.margin_bottom12{
	margin-bottom: 12px;
}

.margin_bottom15{
	margin-bottom: 15px;
}

.margin_bottom70{
	margin-bottom: 70px;
}

.margin_bottom95{
	margin-bottom: 95px;
}

.min_height75{
	min-height: 75px;
}

.margin_bottom200{
	margin-bottom: 200px;
}

.border{
	border: 1px solid #999999;
}

.border_ea{
	border: 1px solid #EAEAEA;
}

.border_dot{
	border-bottom: 1px dotted #EAEAEA;
}

.font_color{
	color: #FFFFFF;
}

.font_orangecolor{
	color: #E98F41;
}

.font_black{
	color: #000000;
}

.font_grey{
	color: #818181;
}

.font_size10{
	font-size: 10px;
}

.font_size11{
	font-size: 11px;
}

.font_size12{
	font-size: 12px;
}

.font_size13{
	font-size: 13px;
}

.font_14{
	font-size: 14px;
}

.font_size15{
	font-size: 15px;
}

.font_size16{
	font-size: 16px;
}

.font_18{
	font-size: 18px;
}

.font_20{
	font-size: 20px;
}

.font_24{
	font-size: 24px;
}

a{
	color: #66ACF5;
}

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	cursor: pointer;
}

a:hover.deco_none{
	text-decoration: none;
}

a.deco_none{
	color: #FFFFFF;
}

a img{
	border: none;
}

dl{
	display: block;
}

dt{
	clear: left;
	float: left;
}

dd{
	float: left;
	margin: 0;
	padding-left: 10px;
}

.text_left{
	text-align: left;
}

.text_center{
	text-align: center;
}

.text_right{
	text-align: right;
}

.timestamp{
	font-size: 0.8em;
}

.checkbox{
	margin: 15px 10px 0 0;	
}

.background_blue{
	background: #E5F2FF;
}

.background_white{
	background: #FFFFFF;
}	

.text_blue{
	color: #66ACF5;
}

.text_darkblue{
	color: #0182E9;
}

.text_darkgrey{
	color: #606060;
}

.text_darkblue{
	color: #5197DE;
}

.text_grey{
	color: #888888;
}

.text_999{
	color: #999999;
}

.text_78{
	color: #787878;
}

.text_777{
	color: #777777;
}

.text_5d{
	color: #5D5D5D;
}

.text_92{
	color: #92C9FF;
}

.text_6f{
	color: #6F6F6F;
}

#height_auto{
	height: auto;
}

.padding_0{
	padding: 0;
}

.height2{
	height: 2px;
}

.height8{
	height: 8px;
}

.height10{
	height: 10px;
}

.height13{
	height: 13px;
}

.height40{
	height: 40px;
}

.height70{
	height: 70px;
}

.height95{
	height: 95px;
}

.height110{
	height: 110px;
}

.height120{
	height: 120px;
}

.height130{
	height: 130px;
}

.height150{
	height: 150px;
}

.width85{
	width: 85px;
}

.width95{
	width: 95px;
}

.width100{
	width: 100px;
}

.width110{
	width: 110px;
}

.width120{
	width: 120px;
}

.width125{
	width: 125px;
}

.height200{
	height: 200px;
}

.img30{
	width: 30px;
	height: 30px;
}

.overflow_auto{
	overflow: auto;
}

.mail_position{
	position: relative;
	top: 4px;
}

.relative{
	position: relative;
}

.title_padding{
	padding: 5px 0 5px 7px;
}

.top6{
	top: 6px;
}

.top10{
	top: 10px;
}

.line_dash{
	border-bottom: 1px dashed #999999;
}

.padding7{
	padding: 7px;
}

.disc{
	list-style-type: disc;
}
