body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: "Tahoma";
	font-size: 11px;
	color: #000000;
}

a:link 			{	color: #D86FAC;	text-decoration: underline;}
a:visited 		{	color: #D86FAC;	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	{ font-family : "Tahoma"; font-size: 11px; color: #FFFFFF; font-weight: bold; background-color: #ECA1CC; } 
.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: normal; } 
.table_col4			{ background-color: #E4F1F8;		color: #000000;		border-color: #FFFFFF; font-weight: bold; } 
.table_col3			{ background-color: #F3F9FC;	color: #2165a5;		border-color: #FFFFFF; font-weight: normal; } 


/*- 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; }

.input			{ font-family: "Tahoma"; font-size: 11px; color: #000000; border-width: 1px; border-left-width: 1px; border-right-width: 1px; height:18px;  }
.input2			{ font-family: "Tahoma"; font-size: 11px; color: #000000; border-width: 1px; border-left-width: 1px; border-right-width: 1px; height:18px;  border-color: #CCCCCC; }
.input_login	{ font-family: "Verdana"; font-size: 10px; color: #D86FAC; height:18px;  }

.select			{ font-family: "Tahoma"; font-size: 11px; color: #000000; border-width: 1px; border-left-width: 1px; border-right-width: 1px; border-color: #00000; height:18px;}
.select_bg		{ font-family: "Tahoma"; font-size: 11px; color: #000000; border-width: 1px; border-left-width: 1px; border-right-width: 1px; border-color: #00000; height:18px; 	background-color: #e8ccdc; }

.cursor_hand					{ cursor: hand; } 

/*- Menu Style -------------------------------------------------------*/
.menu_header		{ font-family : "Verdana"; font-size: 10px; color: #FFFFFF; font-weight: bold; background-color: #D86FAC; } 
.menu_hilight		{ background-color: #EEEEEE; } 
.menu_shadow		{ background-color: #333333; } 
.menu_normal		{ font-family : "Verdana"; font-size: 10px; color: #000000; 	background-color: #FFFFFF; 	cursor: hand;  	} 
.menu_over			{ font-family : "Verdana"; font-size: 10px; color: #FFFFFF;	background-color: #ECA1CC; 	cursor: hand; 	} 
.menu_active			{ font-family : "Verdana"; font-size: 10px; color: #000000; 	background-color: #D1CDCF; 	cursor: hand; 	} 

/* 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; 	} 
