@charset "utf-8";
body {
	background-color: #000;
	margin-top: 0px;
}

.table_background {
	background-image:url('../images/back.jpg');
	background-repeat:no-repeat;
}
.td_transparent {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.menu_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.menu_top a:link {
	color: #FFF;
	text-decoration: none;
}
.menu_top a:visited {
	color: #FFF;
	text-decoration: none;
}
.menu_top a:hover { 
	color: #63F;
	text-decoration: none;
}
.text_9_gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	text-decoration:none;
}
.text_9_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: red;
	text-decoration:none;
}
.text_black_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.text_black_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_black_12_just {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.text_black_12_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}
.text_black_12_link a:link {
	color: #000;
	text-decoration: none;
}
.text_black_12_link a:visited {
	color: #000;
	text-decoration: none;
}
.text_black_12_link a:hover { 
	color: #63F;
	text-decoration: none;
}
.text_black_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text_black_11_just {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
.text_wine_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
}
.text_wine_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #900;
}
.text_wine_16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #900;
}