body {
	background-color : #000000;
	color : #ffaaaa;
	font-family : Arial;
	font-size : 10px;
	margin : 0px 0px 0px 0px;
}
.table_bg {
	width : 100%;
	height : 100%;
	text-align : center;
	vertical-align : middle;
	border : 0px solid #ff0000;
}
.table_bg1 {
	width : 100%;
	height : 30px;
	text-align : center;
	vertical-align : bottom;
	border : 0px solid #ff0000;
}
.td_bg {
	vertical-align : middle;
	font-size : 10px;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	border : 0px solid #ff0000;
}

.table_bg_mid {
	border : 1px dashed #ffeeee;
	background-color : #000000;
}

.td_menu {
	text-align : left;
	vertical-align : top;
	font-size : 14px;
	padding : 0px 0px 0px 0px;
	border : 0px dotted #ffeeee;
	color : #ffdddd;
	font-style : italic;
	width : 110px;
}

.td_picture {
	padding : 0px 0px 0px 0px;
	border : 0px dashed #ffeeee;
}

.td_content {
	text-align : left;
	vertical-align : top;
	font-size : 14px;
	padding : 0px 0px 0px 0px;
	border : 1px dashed #ffeeee;
	background-color : #000000;
	color : #ffdddd;
	font-style : italic;
}
a {
	font-size : 12px;
	text-decoration : none;
	color : #ffaaaa;
	font-style : italic;
}
a:hover {
	text-decoration : none;
	color : #ff3333;
	padding : 0px 0px 0px 10px;
	font-weight : bold;
}

.ul_menu {
	padding : 0px 0px 0px 30px;
	margin : 0px 0px 0px 0px;
}
.li_menu {
	padding : 3px 0px 3px 0px;
	margin : 0px 0px 0px 0px;
}

img {
	border : 0px solid #ffffff;
}