@charset "utf-8";
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
}
.style2 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}


body{
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding-top: 2px;
}
/*LINK */
a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
}
a:visited {
	font-size: 10px;
	text-decoration: none;
	color: white;
}
a:hover, a:active {
	font-size: 10px;
	font:bold;
	text-decoration:underline;
	color: white;
}

.tabcontent{
display:none;
}
