﻿/* Set default css of body ------------------------------------------------------------------------ */

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #e7e7e7;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #ddddd5;
	scrollbar-darkshadow-color: #ddddd5;
	scrollbar-track-color: #e7e7e7;
	scrollbar-arrow-color: #999999;
	background-color: #f1f1f1;
   
}

/* Set default css of table ------------------------------------------------------------------------*/

Table{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
TR{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
TD{
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* Set default css of link */

A { 
	blr:expression(this.onFocus=this.blur());)
}
A {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
A:hover{
	color: #0066cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

/* set css of form -------------------------------------------------------------------------------------*/

/* input */
.form_input{
	background-color: #FCFCFC;
	/*color:#000000;*/
	font-size: 12px;	
	/*border:1px solid #CCCCCC;*/
	height: 18px;
}

/* select */
.form_select{
	background-color: #FCFCFC;
	/*color:#000000;*/
	font-size: 12px;
    height:18px;
}

/* area */
.form_area{
	background-color: #FCFCFC;
	/*color:#000000;*/
	font-size: 12px;
	/*border:1px solid #CCCCCC;*/
}

/* button */
.form_button{
	font-size: 12px;
	margin: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	border: 1px solid #999999;
	height:18px;
	background-color: #cccccc;
}

/* set css of paragraph --------------------------------------------------------------------------------*/

.p{
	/* text-indent: 2em; */
	text-indent: 24px;
}

/* set css of font -------------------------------------------------------------------------------------*/

.font_white12{
	color:#ffffff;
	font-size:12px;
}

/* set css of link -------------------------------------------------------------------------------------*/

.link_black_red_12_b{
	color: #000000;
	font-size: 12px;
	font-weight: bold; 
	line-height: 20px;
	letter-spacing:0.4pt;
	text-decoration: none;
}
.link_black_red_12_b:hover{
	color: #FF0000;	
	font-size: 12px;
	font-weight: bold; 
	line-height: 20px;
	letter-spacing:0.4pt;
	text-decoration: underline;
}

.link_filter {
	color: #ffffff;
	height: 16;
	clip:  rect(   );
	filter: glow(color=#0080D5,strength=2);
	padding-top: 4px;
	letter-spacing: 1px;
}
.link_filter:hover {
	color: #ffffff;
	height: 16;
	clip:  rect(   );
	filter: glow(color=#0080D5,strength=2);
	padding-top: 4px;
	letter-spacing: 1px;
}

/* set css of filter -----------------------------------------------------------------------------*/

/* set css of other ------------------------------------------------------------------------------*/
 
.ft_blue12 {
	font-size: 12px;
	line-height: 20px;
	color: #0066CC;
	font-weight: bold;
}
