@charset "utf-8";
/* CSS Document */

body{

	background-repeat:repeat;
} 

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.txt1
{
	font-size: 10px;
	color:#000000;
}
.txt2
{
	font-size: 11px;
	color:#000000;
}

.txt3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color:#000000;
	padding-left:3px;
	padding-right:3px;
}

.txt3 a
{
	color:#666666;
	text-decoration:none;
}

.txt3 a:hover
{
	color:#666666;
}

.txt4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}