@charset "UTF-8";

.h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #ff9600;
	font-weight:bold;
}

.txt1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}

.txt2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
}

a:link {

	color: #ff9600;

	text-decoration: underline;

}

a:visited {

	color: #ff9600;

	text-decoration: underline;

}

a:active {

	color: #ff9600;

	text-decoration: underline;

}

a:hover {

	color: #CCCCCC;

}


