@charset "utf-8";
/* CSS Document */
body {
    margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

table {font-size:12px;
color:#6F6F6F;
line-height:25px;
}
.title { font-size:14px;
color:#000000;
font-weight:bold;
}
.title1 {font-size:12px;
color:#5F5F5F;
font-weight:bold;
}

.text{
border:1px #D9D9D9 solid;
width:168px; height:21px;
color:#6F6F6F;
font-size:12px;
line-height:21px;
}
a:link {
	text-decoration: none;
	color: #6F6F6F;
}
a:visited {
	text-decoration: none;
	color: #6F6F6F;
}
a:hover {
text-decoration: none;
	color:#A2A2A2;
}
a:active {
	text-decoration: none;
	color: #6F6F6F;
}
.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.white:hover {
	color: #EAEAEA;
	text-decoration:none;
}
.white:active {
	color: #FFFFFF;
	text-decoration:none;
}
