*{
	font-family: arial;
}
.txt{ 
color: black;
text-decoration: none;
font-weight: normal;
}
.txt10 { 
font-size: 10px;
}
.txt11 { 
font-size: 11px;
}
.txt12 { 
font-size: 12px;
}
.txt13 { 
font-size: 13px;
}
.txt14 { 
font-size: 14px;
}
.txt16 { 
font-size: 16px;
}
.txt22{
font-size: 22px;
}
.txt_white{ 
color: white;
 }
.txt_color_1{ 
color: #515151;
}
.txt_color_2{ 
color: #3b59a9;
}
.txt_color_3{ 
color: #00A4FF;
}
.txt_color_4{ 
color: #00A4FF;
}
.bold{ font-weight: bold; }
.underline {text-decoration:underline;}

.img_general{ 
border: #c6c6c6 solid 1px;
}
.img_float_left { 
	float: left;
	margin-right: 4px;
	_margin-right: 0px;
}
.img_float_right { 
	float: right;
	margin-left: 4px;
	_margin-left: 0px;
}

.img_40x40{ 
width: 40px;
height: 40px;
 }
 
 .img_60x60{ 
width: 60px;
height: 60px;
 }
 
 .img_80x80{ 
width: 80px;
height: 80px;
 }
 
  .img_130x130{ 
width: 130px;
height: 130px;
 }
 
 .img_130x80{
 	width: 130px;
height: 80px;
 }

.generic_title{ 
background-color: #3b59a9;
height: 20px;
direction: rtl;
padding-right:4px;
 }
 
.generic_title_2{ 
background-color: #c6c6c6;
height: 20px;
direction: rtl;
padding-right:4px;
 }
 
 .generic_title_3{ 
background-color: #F5F5F5;
height: 20px;
direction: rtl;
padding-right:4px;
 }

.generic_width{ 
width: 130px;
 }
.generic_space{ 
height: 5px;
 }
.generic_line{ 
background-color: #DDDDDD;
}
.generic_line_2{ 
background-color: #000000;
}
.generic_icon{
	padding: 0px 0px 0px 0px;
}
.generic_action_title{
border-bottom: 1px black solid;
padding: 0px 0px 0px 0px;
margin-bottom: 0px;
font-size: 12px;
font-weight: bold;
}
.generic_SubAction{
	text-align: left;
}
.dir_rtl{ 
direction: rtl;
 }
 .dir_ltr{ 
direction: ltr;
 }
 .spacer_1{
 	height: 1px;
 }
 