body{
	margin:0px;
	font-family:Tahoma, Geneva, sans-serif;
	background:#000;
	font-size:11px;
}
a{
	color:#df7301;
	text-decoration:underline;
}a:hover{
	color:#df7301;
	text-decoration:none;
}
ul{
	font-weight:bold;
	padding-top:2px;
	margin-bottom:2px;
	padding-left:8px;
	margin-left:8px;
}
li{
	list-style-image:url(../images/bullit2.gif);
	padding-bottom:9px;
	
	
}
.button{
	background:url(../images/button.gif) no-repeat;
	width:123px;
	height:32px;
	cursor:pointer;
	font-weight:bold;
	color:#585858;
	border:none;
}

.image{
	background:#fff;
	border:1px solid #cacaca;
	padding:2px;
}
h1{
	margin:0px;
	padding:0px;
	background:url(../images/bullit.gif) no-repeat left;
	padding-left:25px;
	color:#4d4d4d;
	font-size:14px;
}
h2{
	margin:0px;
	padding:0px;
	color:#ebebeb;
	font-size:14px;
}

.page{
	background:url(../images/bg.gif) repeat-x bottom #000;
}
.contents{
	background:url(../images/contents_bg.gif) repeat-x bottom #FFF;
	padding:10px;
}

.table_title{
	color:#FFF;
	font-weight:bold;
	background:#999;
}
.table_left{
	border-left:1px solid #999; 
	border-bottom:1px solid #999;
}
.table_right{
	border-left:1px solid #999; 
	border-right:1px solid #999; 
	border-bottom:1px solid #999;
}

.right{
	background:url(../images/right_bg.gif) no-repeat bottom #fff;
	border-left:1px solid #bababa;
	padding-left:10px;
}

.dark_block{
	border-left:1px solid #5a5a5a;
	border-right:1px solid #5a5a5a;
	background:url(../images/dark.gif) repeat-x top #606060;
	padding-left:10px;
	padding-right:10px;
}
.bottom_links a{
	color:#e2e2e2;
	line-height:17px;
}.bottom_links a:hover{
	color:#fff;
}
.line{
	background:url(../images/line.gif) center repeat-x;
	height:18px;
}
.line_dark{
	background:url(../images/dark_line.gif) center repeat-x;
	height:18px;
}

.top_links {
	background:url(../images/top_menu_over.gif) no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	height:38px;
	width:114px;
}
.top_links a {
	DISPLAY: block;
	background:url(../images/top_menu.gif) repeat-x top;
	height: 20px;
	font-weight:bold;
	padding-top:18px;
	color:#FFF;
	text-decoration:none;
	width:114px;
}.top_links a:hover {
	background: none transparent scroll repeat 0% 0%;
	width:114px;
	text-decoration:none;
	color:#FFF;

}
.top_links_visited {
	background:url(../images/top_menu_over.gif) no-repeat;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	height:38px;
	width:114px;
}
.top_links_visited a {
	DISPLAY: block;
	background:url(../images/top_menu_over.gif) no-repeat;
	height: 20px;
	font-weight:bold;
	padding-top:18px;
	color:#FFF;
	text-decoration:none;
	width:114px;
}.top_links_visited a:hover {
	background: none transparent scroll repeat 0% 0%;
	width:114px;
	text-decoration:none;
	color:#FFF;

}


.footer{
	background:#000;
	height:80px;
	line-height:25px;
	color:#666;
}
.footer a{
	color:#7d7d7d;
}.footer a:hover{
	color:#b3b3b3;
}