.top {
	background-image: url(../pic/top_bg.png);
	background-repeat: repeat;
	background-position: center top;
}
.main {
	background-image: url(../pic/bg.png);
	color: black;
}
a:link {
	color: #3f4961;
	}
a:hover { 
	color: #ee0000;
	background-color: #FFFFFF;
	text-decoration: none;
	}
a:visited { 
	color: #3f4961;
	}
a:active { 
	color: #3f4961;
	}
td.th1:hover
	{
	color:black;
	background-color:lightblue;
	cursor: pointer
	}
td.th1
	{
	color:black;
	}  
td.th2
	{
	color:black;
	}  
td.th2:hover
	{
	color:black;
	background-color:blue;
	cursor: default
	}
table.th
	{
	border-color:blue red;
	background-color:yellow
	}
td.th3
	{
	color:black;
	background-color:red
	}
table.pop
	{
	background-color:white;
	color:black;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	}
body
	{
	color:black;
	}
table.main
	{
	background-color:white;
	}
table.t_themes
	{
	color:black;
	width:100%;
	}
div.d_pop
	{
	position: absolute;
	color:black;
	}
