/* CSS Document */
@charset "utf-8";
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	/*background-color: #000000;
	background-image: url(../html_images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
.txt-general {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.txt-general_white {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

.txt-general_pink {
	font-family: Tahoma;
	font-size: 13px;
	color: #ff0084;
	text-decoration: none;
}

.txt-general_pink2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #ff0084;
	text-decoration: none;
}

.txt-general_red {
	font-family: Tahoma;
	font-size: 13px;
	color:#FF0000;
	text-decoration: none;
}
.txt-smaller {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}
.txt-smaller-black {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.txt-regist-form {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.form-btn {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background-color: #000000;
}
/*-------------------------Link Style----------------------------*/
a:link,a:visited{
	text-decoration:none;
	color:#000066;
}
a:hover{
	text-decoration:none;
	color:#0099FF;
}
a:active{
	text-decoration:none;
	color:#0099FF;
}
.menu:link,.menu:visited{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.menu:hover{
	
	font-weight:bold;
	text-decoration:none;
	color:#0099FF;
}
.menu:active{
	
	font-weight:bold;
	text-decoration:none;
	color:#0099FF;
}
.manage_list_link:link,.manage_list_link:visited{
	
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}
.manage_list_link:hover{
	
	text-decoration:none;
	font-weight:bold;
	color:#0099FF;
}
.manage_list_link:active{
	
	text-decoration:none;
	font-weight:bold;
	color:#0099FF;
}

/*-------------------------End Link Style----------------------------*/
/*------------------------- Form Style ------------------------------*/
.formListbox{

	border:1px solid #333333;

}
.formPerson{

	height:15px;

	border:1px solid #333333;

}
.formPerson1{

	width:180px; height:15px;

	border:1px solid #333333;

}

/*------------------------- Form Style ------------------------------*/

.font_white{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

.memu_topic
{
padding-left:5px;
background-color:#8CC6FF;
color:#FFFFFF;
font-family:tahoma;
font-size:15px;
font-weight:bold;
}

.font_bold
{
font-weight:bold;
}

.font_bold_gray
{
font-weight:bold;
color:#555555;
}

form
{
padding:0px;
margin:0px;
}

.txt_topic_detail
{
font-size:18px;
color:#003366;
font-family:tahoma;
font-weight:bold;
}

#imgborder img{
	padding:2px;
	margin:0 0 5px 0;
	border:1px solid #DDDDDD;
	background:#FFFFFF; 
}
