@charset "UTF-8";
/* CSS Document */

.maintex{
	font-size:11px;
	line-height:20px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

.textbold {
	font-size: 17px;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	color: #36424E;
	font-style:italic;
	font-weight:bold;
}



.textbold2 {
	font-size: 13px;
	font-weight: bolder;
	font-family: Tahoma;
	color: #828282;
}



.style1 {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	line-height:20px;
}

.credit{
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}




a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060;
	text-decoration:underline;

}
a:link {
	text-decoration: none;
	font-weight:bold;
	color: #060;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #060;
}
a:hover {
	text-decoration: none;
	color:#666666;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	color: #060;
}
