body 
{
	margin:0 10px 0 10px;
	padding:0px;
	background:#FFFFFF;
	font-family:Arial;
}
A:active {}
A {TEXT-DECORATION: none; color: #3A4750}
A:hover {TEXT-DECORATION: underline; color: #7E364F;}
A:link {}
A:visited {}
SPAN
{
	font-size: 12px;
	font-family: Arial;
}

.menu {font-family: Arial;font-weight: bold;font-size: 13px;text-align: left; color: #696969; TEXT-DECORATION: none;}
.menu_s 
{
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #696969;
	margin-left: 3px;
	padding-right: 3px;
	overflow: auto;
	background-color: #F5F5F5;
}
.menu_s:link
{
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #696969;
	margin-left: 3px;
	padding-right: 3px;
	overflow: auto;
	text-decoration: none;
}
.menu_s:hover
{
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: black;
	margin-left: 3px;
	padding-right: 3px;
	overflow: auto;
	text-decoration: none;
}
.menu_d
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #696969;
	cursor: hand;
	padding-top: 5px;
	background-color: #F5F5F5;
	line-height: 23px;
	padding-right: 3px;
	padding-left: 3px;
	overflow: auto;
}
.menu_d:link
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #696969;
	cursor: hand;
	padding-top: 5px;
	background-color: #F5F5F5;
	line-height: 23px;
	padding-right: 3px;
	padding-left: 3px;
	overflow: auto;
	text-decoration: none;
}

/*
.line_grey_1px {width: 100%;height: 1px;background-color: #D3D3D3;}
.line_grey_3px {width: 100%;height: 3px;background-color: #D3D3D3;}
.line_10px {width: 100%;height: 10px;}
.line_5px {width: 100%;height: 5px;}
.line_ws {background-color: #F5F5F5;}

.text {font-family: Arial;font-size: 12px;}
.text_bold {font-family: Arial;font-size: 12px; font-weight: bold;}
.text_italic {font-family: Arial;font-size: 11px; font-style: italic;}
.text_red {font-family: Arial;font-size: 12px; color: Red}
.text_blue {font-family: Arial;font-size: 12px; color: Blue}
.text_bold_red {font-family: Arial;font-size: 12px; font-weight: bold; color: Red}
.text_j {font-family: Arial;font-size: 12px;text-align: justify;}
.text_l {font-family: Arial;font-size: 12px;text-align: left;}
.text_r {font-family: Arial;font-size: 12px;text-align: right;}
.text_c {font-family: Arial;font-size: 12px;text-align: center;}

.td_c {font-family: Arial;font-size: 12px;text-align: center;}
.td_l {font-family: Arial;font-size: 12px;text-align: left;}
.td_r {font-family: Arial;font-size: 12px;text-align: right;}

.button_n {font-family: Arial;font-size: 12px;text-align: center;border-style:Groove;}
.button_bold {font-family: Arial;font-size: 12px;text-align: center;border-style:Groove; font-weight: bold;}
.button_b {font-family: Arial;font-size: 12px;text-align: center;border-style:Groove; color: Blue;}
.button_r {font-family: Arial;font-size: 12px;text-align: center;border-style:Groove; color: Red;}

.textbox_n {font-family: Arial;font-size: 12px;text-align: left;border-style:Groove;}
.textbox_b {font-family: Arial;font-size: 12px;text-align: left;border-style:Groove; color: Blue;}
.textbox_r {font-family: Arial;font-size: 12px;text-align: left;border-style:Groove; color: Red;}
.textbox_nr {font-family: Arial;font-size: 12px;text-align: right;border-style:Groove;}
*/
/*
.label_r {font-size: 12px;font-family: Arial;text-align: right;}
.label_l {font-size: 12px;font-family: Arial;text-align: left;}
.label_c {font-size: 12px;font-family: Arial;text-align: center;}
*/

/*  */
.content_orange_bolt_link{
	color: #FF6500;
	text-decoration:none;
	font-weight:bold;	

	font-family: Arial, Verdana;
	font-size: 12px;
	line-height:16px;
	letter-spacing: 0.6px;
}
.content_orange_bolt_link:hover{
	color: #FF6500;
	text-decoration:underline;
	font-weight:bold;

	font-family: Arial, Verdana;
	font-size: 12px;
	line-height:16px;
	letter-spacing: 0.6px;
}


/* Text-Align */
.ta_c {text-align: center;}
.ta_l {text-align: left;}
.ta_r {text-align: right;}
.ta_j {text-align: justify;}

/* Font */
.ff_a {font-family: Arial;}
.fw_b {font-weight: bold;}
.fs_i {font-style: italic;}

/* Font Size */
.fsz_12 {font-size: 12px;}
.fsz_13 {font-size: 13px;}
.fsz_14 {font-size: 14px;}
.fsz_16 {font-size: 16px;}
.fsz_18 {font-size: 18px;}
.fsz_20 {font-size: 20px;}

/* Border-Style */
.bs_g {border-style: Groove;}
.bs_dt {border-style: dotted;}

/* Color */
.c_r {color: #FF0000;} /* Red */
.c_b {color: #0000FF;} /* Blue */
.c_lg {color: #D3D3D3;} /* LightGrey */
.c_dmg {color: #696969;} /* DimGray */
.c_dkg {color: #A9A9A9;} /* DarkGray */
.c_ws {color: #F5F5F5;} /* WhiteSmoke */

/* Background-Color */
.bgc_r {background-color: #FF0000;} /* Red */
.bgc_b {background-color: #0000FF;} /* Blue */
.bgc_lg {background-color: #D3D3D3;} /* LightGrey */
.bgc_dmg {background-color: #696969;} /* DimGray */
.bgc_dkg {background-color: #A9A9A9;} /* DarkGray */
.bgc_ws {background-color: #F5F5F5;} /* WhiteSmoke */

/* */
.cur_hand {CURSOR: hand;}

/* Line Height */
.line_1 {width: 100%;height: 1px;}
.line_3 {width: 100%;height: 3px;}
.line_5 {width: 100%;height: 5px;}
.line_8 {width: 100%;height: 8px;}
.line_10 {width: 100%;height: 10px;}

/* Title */
.title {font-family: Arial; font-weight: bold; font-size: 20px; color: #696969;}
.page_title {font-family: Arial; font-weight: bold; font-size: 16px;}
.form_title {font-family: Arial; font-weight: bold; font-size: 14px;}

/* Form */
.label {font-family: Arial; font-size: 12px;}
.text {font-family: Arial;font-size: 12px;}
.textbox {font-family: Arial; font-size: 12px; text-align: left; border-style:Groove;}
.button {font-family: Arial; font-size: 12px; text-align: center; border-style:Groove;}
.textbox_nta {font-family: Arial; font-size: 12px; border-style:Groove;}

.menu_bg {background-color: #F5F5F5;}

/* GridView */
.dg_header {font-family: Arial;font-weight: bold;font-size: 13px;text-align: center; background-color: #D3D3D3;}
.dg_footer {font-family: Arial;font-weight: bold;font-size: 13px;text-align: center; background-color: #D3D3D3;}
.dg_pager {font-family: Arial;font-size: 12px;text-align: center;}
.dg_normal {font-family: Arial;font-size: 12px;text-align: center;}
.dg_alter {font-family: Arial;font-size: 12px;text-align: center; background-color: #F5F5F5;}
.dg_empty {font-family: Arial;font-size: 12px;text-align: center; background-color: #F5F5F5;}

/* Product */
.product_title {font-family: Arial;font-weight: bold;font-size: 13px;text-align: left;}
.product_title_r {font-family: Arial;font-weight: bold;font-size: 13px;text-align: right;}
.product_desc {font-family: Arial;font-style:italic ;font-size: 12px;text-align: left;}

.textwhite {font-family: Arial, Helvetica, san-serief; color:white; font-size:1.2em; font-weight:normal; margin:0; padding:0;}

