body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E0DEE0;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #E0DEE0;
	scrollbar-track-color: #FFFFFF;	
}

td {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

a:link 			{	color: #7E0000;	text-decoration: underline;}
a:visited 		{	color: #7E0000;	text-decoration: underline;}
a:hover 		{	color: #FFCC00;	text-decoration: underline;}

.text_en				{	font-family: "Verdana";	font-size: 10px;	}
.text_en	_white	{	font-family: "Verdana";	font-size: 10px;	color: #FFFFFF; font-weight: bold;}
.text_white		{	color: #FFFFFF; font-weight: bold;}
.text_red			{	color: #FF3333; font-weight: bold;}

/*- Table Style -------------------------------------------------------*/
.table_header	{ color: #FFFFFF; font-weight: bold; background-color: #000000; } 
.table_border	{ background-color: #144A91; } 
.table_normal	{ background-color: #FFFFFF; } 
.table_footer		{ background-color: #EEEEEE;	font-weight: bold; color: #000066;  } 
.table_toolbar	{ background-color: #EEEEEE; } 

.table_row			{ background-color: #8DBCE9; } 
.table_row1		{ background-color: #CCCCCC; } 
.table_row2		{ background-color: #F1F1F1; } 
.table_rowover	{ background-color: #DEDEDE; } 

.table_col1			{ background-color: #D3E8F3;		color: #000000;		border-color: #FFFFFF; font-weight: bold; } 
.table_col2			{ background-color: #E4F1F8;		color: #000000;		border-color: #FFFFFF; font-weight: bold; } 
.table_col4			{ background-color: #E4F1F8;		color: #000000;		border-color: #FFFFFF; font-weight: normal; } 
.table_col3			{ background-color: #F3F9FC;	color: #000000;		border-color: #FFFFFF; font-weight: normal; } 

.table_red1			{ background-color: #87343C;		color: #FFFFFF;	border-color: #FFFFFF; font-weight: bold; } 
.table_red2			{ background-color: #F8EAE8;		color: #000000;		border-color: #FFFFFF;  } 
.table_red3			{ background-color: #FCF5F4;		color: #000000;		border-color: #FFFFFF;   } 



/*- Form Style -------------------------------------------------------*/
.button					{ font-family : "Verdana"; font-size: 10px; color: #000000; font-weight: bold; height:18px; text-align: center; cursor: hand; border-width: 1px; }
.button_60			{ font-family : "Verdana"; font-size: 10px; color: #000000; font-weight: bold; height:18px; text-align: center; cursor: hand; border-width: 1px; width:60px; }
.button_80			{ font-family : "Verdana"; font-size: 10px; color: #000000; font-weight: bold; height:18px; text-align: center; cursor: hand; border-width: 1px; width:80px; }
.button_th				{ font-family: "Tahoma"; font-size: 11px;  color: #000000; font-weight: bold; height:18px; text-align: center; cursor: hand; border-width: 1px; width:60px; }
.button_file			{ font-family : "Verdana"; font-size: 10px; color: #000000; height:18px; border-width: 1px; }


.input			{ font-family: "Tahoma"; font-size: 11px; color: #000000; border-width: 1px; border-left-width: 1px; border-right-width: 1px; border-color: #7E0000; height:18px;  }
.input_center	{ font-family: "Tahoma"; font-size: 11px; color: #000000; border-width: 1px; border-left-width: 1px; border-right-width: 1px; border-color: #7E0000; height:18px; text-align: center; }
.input_right	{ font-family: "Tahoma"; font-size: 11px; color: #000000; border-width: 1px; border-left-width: 1px; border-right-width: 1px; border-color: #7E0000; height:18px; text-align: right; }

.select			{ font-family: "Tahoma"; font-size: 11px; color: #000000; border-width: 1px; border-left-width: 1px; border-right-width: 1px; border-color: #7E0000; text-align: left;  height:18px;}

.cursor_hand		{ cursor: hand; } 

/*- Menu Style -------------------------------------------------------*/
.menu_normal	{ background-color: #FFFFFF; 	cursor: hand; 	 font-family : "Verdana"; font-size: 10px} 
.menu_over		{ background-color: #E0DEE0; 	cursor: hand; 	 font-family : "Verdana"; font-size: 10px} 
.menu_active		{ 	cursor: hand; } 
.menu_header	{ background-color: #185099;	color: #FFFFFF;	font-weight: bold; } 

/* Label Style */
.label				{ color: #000000; }
.label_gray	{ color: #000000;		background-color: #CCCCCC ; 	border: 1px solid #666666; 	} 
.label_red		{ color: #AC3737; 	background-color: #F7CDCD; border: 1px solid #AC3737; 	} 
