P { 
padding: 1px; 
margin-bottom: 3px; 
} 


img { 
border: 0; 
}

body { 
margin:0; 
padding:0; 
} 


/*Normal Link*/

A:link
{
	cursor: hand;
	color: #1261b2;
	text-decoration: none;
	font-family: "Tahoma";
}

A:visited
{
	cursor: hand;
	color: #73205a;
	text-decoration: none;
	font-family: "Tahoma";
}

A:active
{
	cursor: hand;
	color: #1261b2;
	text-decoration: none;
	font-family: "Tahoma";
}

A:hover
{
	cursor: hand;
	color: #1261b2;
	text-decoration: none;
	font-family: "Tahoma";
}

/*Menu Link*/

A.linknav:link
{
	font-size: 11px;	
	cursor: hand;
	color: FFFFFF;
	text-decoration: none;
	font-family: "Tahoma";
	vertical-align: text-top;
}

A.linknav:visited
{
	font-size: 11px;
	cursor: hand;
	color: FFFFFF;
	text-decoration: none;
	font-family: "Tahoma";
	vertical-align: text-top;
}

A.linknav:active
{
	font-size: 11px;
	cursor: hand;
	color: #b7606c;
	text-decoration: none;
	font-family: "Tahoma";
	vertical-align: text-top;

}

A.linknav:hover
{
	
	font-size: 11px;
	cursor: hand;
	color: #b7606c;
	text-decoration: none;
	font-family: "Tahoma";
	vertical-align: text-top;
}

/*Link leftmenu*/

A.linkleftmenu:link
{
	font-size: 11px;	
	cursor: hand;
	color: FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Tahoma";
	vertical-align: text-top;
}

A.linkleftmenu:visited
{
	font-size: 11px;
	cursor: hand;
	color: FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Tahoma";
	vertical-align: text-top;
}

A.linkleftmenu:active
{
	font-size: 11px;
	cursor: hand;
	color: #b7606c;
	text-decoration: none;
	font-weight: bold;
	font-family: "Tahoma";
	vertical-align: text-top;

}

A.linkleftmenu:hover
{
	
	font-size: 11px;
	cursor: hand;
	color: #b7606c;
	text-decoration: none;
	font-weight: bold;
	font-family: "Tahoma";
	vertical-align: text-top;
}

/* ÊÓËÃÑº label head */

.label_head1
{
	font-size: 14px;
	color: #FFFFFF; 
	font-weight: bold; 
	font-family: "Tahoma";
}
.label_head2
{
	font-size: 14px;
	color: #000000; 
	font-weight: bold; 
	font-family: "Tahoma";
}
.label_head3
{
	font-size: 14px;
	color: #4a38d7; 
	font-weight: bold; 
	font-family: "Tahoma";
}




/* ÊÓËÃÑº label ·ÑèÇä» */
.label_normal1
{
	font-size: 11px;
	color: #675dba;  /*ÊÕÁèÇ§*/
	font-style: normal;
	font-family: "Tahoma";
}

.label_normal2
{
	font-size: 11px;
	color: #333333; /* ÊÕà·Òà¢éÁ */
	font-style: normal;
	font-family: Tahoma;
}

.label_normal3
{
	font-size: 11px;
	color: #FFFFFF; /* ÊÕ¢ÒÇ */
	font-style: normal;
	font-family: Tahoma;
}

.label_normal4
{
	font-size: 11px;
	color: red; /* ÊÕá´§ */
	font-style: normal;
	font-family: "Tahoma";
}



/* ÊÓËÃÑº label µÑÇË¹Ò */
.label_bold1
{
	font-size: 11px;
	color: #6354d4; /* ÊÕÁèÇ§*/
	font-weight: bold; 
	font-family: "Tahoma";
}

.label_bold2
{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	font-family: "Tahoma";
}

.label_bold3
{
	font-size: 11px;
	color: #FFFFFF; /* ÊÕ¢ÒÇ */
	font-weight: bold; 
	font-family: "Tahoma";
}

.label_bold4
{
	font-size: 11px;
	color: red; /* ÊÕá´§ */
	font-weight: bold; 
	font-family: "Tahoma";
}




/*dropdown*/
select{ 
    width:115px; 
	font-size: 11px;
	color: #003366;
	font-family: Tahoma;
} 
 

 .textbox
{
	font-size: 11px;
	color: #315397;
	font-family: Tahoma;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #FFFFFF;
	height:15px;
	text-transform: none;

}


/*background*/
.bg_repeatblue
{
	background-image: url(../image/bg_bluerepeat.gif);
/*	background-repeat: repeat-y;*/
	width: 99%
	height:100%;
}


.bg_dotline
{
	background-image: url(../image/diaglines.gif);
	background-repeat: repeat;
	width: 99%
	height:100%
}


.bg_detail
{
	background-image: url(../image/bg_detail.gif);
    background-repeat: repeat-x;
	height:420px;
}

 .combo
{
	font-size: 11px;
	color: #003366;
	font-family: "Tahoma";
	background-color: #FFFFFF;
	padding: 1px;
	height:14px;
	width:100px;
}

