@charset "utf-8";
/* CSS Document */
body{
	margin:auto;
	font-family: Tahoma, "MS Sans Serif", Verdana;
	background-color:#FFFFFF;
}
.tx_white{
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
}
.tx_black{
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.tx_copyright {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.formLogin {
	background-color: #e8edfa;
	border: 1px solid #c0c0c0;
	width:120px;
}
.txtRed {
	font-size: 12px;
	color: red;
	text-decoration: none;
}
.failureText {
	font-size: 12px;
	color: red;
	text-decoration: none;
}
.successText {
	font-size: 12px;
	color: green;
	text-decoration: none;
}
.txtDetail{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.bgQuestion{
	background-image: url(question.gif);
	background-repeat: no-repeat;
	background-position: 320px 260px;
	background-attachment: fixed;
}
.bgManual{
	background-image: url(manual.gif);
	background-repeat: no-repeat;
	background-position: 320px 260px;
	background-attachment: fixed;
}
/*****************link***********************/
.txtLink1:link,.txtLink1:visited{
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	
}
.txtLink1:hover{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	background-color: #9CCAF5;
}
a.link1:link{
	font-size: 13px;
	color:#000000; 
	text-decoration: underline;	
}
a.link1:visited{
	font-size: 13px;
	color:#FF0000; 
	text-decoration: underline;
}
a.link1:active{
	font-size: 13px;
	color:#1f9205; 
	text-decoration: underline;	
}
a.link1:hover{
	font-size: 13px;
	color:#005596; 
	text-decoration: underline;	
}
