@charset "utf-8";
.bkg_red {
	background-image: url(images/bkg_red.jpg);
	background-repeat: repeat-x;
}
.text_main {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	text-align: left;
}
.bkg_bottom {
	background-image: url(images/bkg_blue.jpg);
	background-repeat: repeat-x;
}
.text_white_sm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
	font-weight: bold;
}
.text_gold_sm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FC0;
	line-height: 16px;
	font-weight: bold;
}

.link1:link {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	}
.link1:visited {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	}
.link1:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #CCC;
	}
.link1:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #999;
	}
	
.link2:link {
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}
.link2:visited {
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}
.link2:hover {
	text-decoration: underline;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}
.link2:active {
	text-decoration: none;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}
.text_h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.text_h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #000;
	font-style: italic;
}