@charset "utf-8";
body,
html {
    font-family: Arial;
	margin:px;
    padding:0;
	/*background-image: url(images/bk.gif);*/
	text-align: left;

}

img { border: 0px; padding: 0px; margin: 0px; }


a:link { color:#106dd7;text-decoration:none; } 
a:visited { text-decoration:none; } 

a:active {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.5px;
	word-spacing: 1px; */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#E46303;
	text-decoration: none;
}
.noline {
	text-decoration:none;
	/*font-size: 12px;
	text-align: center;	*/
}
.link_noline {
	text-decoration:none;
}

.noline_blue {
	text-decoration:none;
	color: blue;
}

.line_blue {
	text-decoration:underline;
	color: #0000FF;
}
td, select, textarea {
	/*
	font-family: "Tahoma";
	*/
	font-size: 11pt;
}

.title {
	color: #FFFFFF;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
	letter-spacing: 1em;
	
}

.big {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #009900;
	letter-spacing: 2px;
	word-spacing: 2px;
}

.warning {
	color: #ff0000;	
	font-weight: bold;
	font-size: 13px;
}

.red {
	color: #ff0000;	
}


tr.fm_tr {
	background: #F8F8F8;
}

tr.fm_tr_b {
	background: #EEEEEE;
}

tr.fm_tr_bb {
	background: #DDDDDD;
}

tr.tr_listTitle {
	text-align: center;
	background: #EEEEEE;
	font-weight: bold;	
}

tr.tr_listItem1 {
	text-align: center;
	background: #FDFDFD;
}
tr.tr_listItem2 {
	text-align: center;
	background: #F3F3F3;
}

tr.tr_listTitleR {
	text-align: Left;
	background: #EEEEEE;
	font-weight: bold;	
}

tr.tr_listResume1 {
	background: #FDFDFD;
}

tr.tr_listResume2 {
	background: #F3F3F3;
}

td.fm_td {
	text-align: left;
	background-color: #F2F2F2;
	font-weight: bold;
	white-space: nowrap;
}

td.fm_td_b {
	background: #EEEEEE;
}

td.fm_td_bw {
	background: #BBBBBB;
	color:#FFFFFF;
}

td.fm_td_b_fixw {
	background-color: #EEEEEE;
	width:180px;
}
.txt_grey_content {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	word-spacing: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	/*list-style-image: url(images/bullet.gif);*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

td .input_txt{
	width:300px;
	height: 30px;
}

td .input_txt2{
	width:110px;
}

td .input_txt3{
	width:200px;
}

.reg_done{
	color: #333;	
	font-weight: normal;
}