@charset "utf-8";
/* CSS Document */
a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover
{
	text-decoration: overline;
	color: #FFFFFF;
}
a:active
{
	text-decoration: none;
	color: #FFFFFF;
}
.fontInfo
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.textDefault
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.textSubTitle
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}
.effectCursor
{
	cursor:hand;
}