/* Link settings */
A {
	color: #ff3333;
	text-decoration: none;
}
A:hover {
	color: #3366FF;
	text-decoration: underline;
}
.f10 A {
	color: #3366FF;
	text-decoration: none;
}
.f10 A:hover {
	color: #ff3333;
	text-decoration: underline;
}

/* Box settings */

#box {
	margin: auto;
	padding: 15px 30px;
	width: 850px;
	background-color: #FFFFFF;
}

.menu1 {
	padding: 6px 0px 8px 28px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
	background-image: url(design/menu1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 3px #0099ff solid;
}

.menu2 {
	margin-bottom: 5px;
	padding: 4px 0px 5px 26px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
	background-image: url(design/menu2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 3px #0099ff solid;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

.big_thumb {
	padding: 10px 0px;
	text-align: center;
	background-color: #999999;
}

/* popup settings */
.popup img {
	display:block;
	top: -100000px;
	left: -100000px;
	position: absolute;
}

.popup a:hover {
	position: relative;
}

.popup a:hover img{
	top: -30px;
	left: -110px;
}

/* SEO */
.none { display: none; }

/* Space settings */
.margin		{ margin: 3px; }
.padding	{ padding: 2px; }
.pdr10		{ padding-right: 10px; }
.pdr20		{ padding-right: 20px; }
.bottom2	{ margin-bottom: 2px; }
.bottom5	{ margin-bottom: 5px; }
.bottom10	{ margin-bottom: 10px; }
.bottom15	{ margin-bottom: 15px; }
.spacer_h5	{ height: 5px; font-size: 0px; overflow: hidden; }
.spacer_h10	{ height: 10px; font-size: 0px; overflow: hidden; }
.spacer_h15	{ height: 15px; font-size: 0px; overflow: hidden; }
.spacer_w5	{ width: 5px; font-size: 0px; overflow: hidden; }
.spacer_w10	{ width: 10px; font-size: 0px; overflow: hidden; }

/* Float settings */
.left	{ float: left; }
.right	{ float: right; }
.clear	{ clear: both; height: 15px; }
.center	{ text-align: center; }
.tr		{ text-align: right; }
.tr10	{ text-align: right; }

/* Line settings */
.line	{ margin: 10px 0px; border-top: 2px #444444 solid; }
.line11	{ margin: 10px 0px; border-top: 1px #444444 dotted; }
.line12	{ margin: 1px 0px; border-top: 1px #444444 dotted; }
.line21	{ margin: 10px 0px; border-top: 1px #CCCCCC dotted; }
.line22	{ margin: 3px 0px; border-top: 1px #CCCCCC dotted; }
.c_line	{ margin: 5px 0px; border-top: 1px #999999 solid; clear: both; }

/* Font settings */
.br		{ color: #ff3333; font-weight: bold; }
.bb		{ color: #3366FF; font-weight: bold; }
.red	{ color: #ff3333; }
.blue	{ color: #3366FF; }
.white	{ color: #FFFFFF; }
.bd		{ font-weight: bold; }
.f10	{ font-size: 10px; font-weight: normal; }
.f10r	{ font-size: 10px; font-weight: normal; color: #ff3333; }
.f10b	{ font-size: 10px; font-weight: normal; color: #3388ff; }
.f14	{ font-size: 14px; font-weight: normal; }
.f14b	{ font-size: 14px; font-weight: bold; }
.lh13	{ line-height: 1.3em; }
.lh18	{ line-height: 2.0em; }

