@charset "UTF-8";
/* CSS Document */
body
{
	margin:				0px;
}
.td_content_s
{
	background-color:	#828282;
	height:				22px;
	font-size:			15px;
	font-family:		verdana;
	color:				#000000;
	padding-right:		5px;
}
.td_content_f
{
	background-color:	#D3D3D3;
	height:				22px;
	font-size:			15px;
	font-family:		verdana;
	color:				#000000;
	padding-right:		5px;
}
.td_header_red
{
	background-color:	#991018;
	height:				22px;
	font-size:			15px;
	font-family:		verdana;
	color:				#FFFFFF;
	padding-right:		5px;
}
td_header_wight
{
	background-color:	#FFFFFF;
}
.txt_box
{
	width:				426px;
	height:				28px;
	border-width:		1px;
	border-color:		#000000;
	background-color:	#FFFFFF;
	font-family:		verdana;
	font-size:			15px;
	font-weight:		bold;
}
.reg_btn
{
	background-color:	#262626;
	color:				#FFFFFF;
	font-family:		verdana;
	font-size:			18px;
	font-weight:		bold;
	border:				0px;
	width:				116px;
	height:				24px;
	cursor:				hand;
}
.font_reg
{
	font-family:		verdana;
	font-size:			18px;
	font-weight:		bold;
	padding-right:		30px;
	height:				50px;
}
.font_ins
{
	font-family:		Verdana;
	font-size:			18px;
	color:				#FFFFFF;
	font-weight:		bold;
}
.font_desc
{
	font-family:		Verdana;
	font-size:			22px;
	font-weight:		bold;
	color:				#000000;
}
.font_style
{
	font-family:		verdana;
	font-size:			18px;
	font-weight:		bold;
}
.cmb_style {
	cursor: 			hand;
	height: 			30px;
	border: 			1px solid #000000;
	padding: 			2px;
	background-color: 	white;
	width: 				200px;
	vertical-align: 	baseline;
	font-size: 			18px;
	font-family: 		verdana;
	font-weight: 		bold;
	direction:			rtl;
	color:				#A7A7A7;
}
a {
	font-family: 		verdana;
	font-size: 			16px;
	color: 				#000000;
	font-weight:		bold;
}
a:link {
	text-decoration: 	none;
}
a:visited {
	text-decoration: 	none;
	color: 				#666666;
}
a:hover {
	text-decoration: 	underline;
	color: 				#666666;
}
a:active {
	text-decoration: 	none;
}