@charset "utf-8";
/* CSS Font Set */

.type_set1 /* default font */
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
font-style:inherit;
font-variant:inherit;
}

.type_set2 /* set white color font */
{ font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
font-style:normal;
}

.type_set3 /* default in frame */
{ font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000;
font-style:normal;
}

.type_set4 /* set white color font H3 */
{ font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#fff;
font-style:normal;
}

.type_set5 /* set white color font H3 */
{ font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
font-style:normal;
}

.type_set6 /* default in frame */
{ font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color:#000;
font-style:normal;
}

.type_set7 /* set white color font H3 */
{ font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
font-style:normal;
}

#h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: underline;
	}
#h2
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	}
#h3
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	}
#h4
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	}
#h5
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	}
#h6
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	}
#h7
	{
	font-family:Helvetica;
	font-size: 16px;
	font-style: normal;
	line-height: 10px;
	font-weight: 100;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	}
