/* CSS Document */

body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

BODY { MARGIN: 0px; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
a:link { color:#999999; text-decoration:none; }
a:visited { COLOR: #999999; TEXT-DECORATION: none}
a:active { color:#999999; text-decoration:none; }
a:hover { color:white; text-decoration:none;
background-image: url(image/bg.png);}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;}

body{ MARGIN: 0px; PADDING: 0px; background-image: url(image/bg.png);}
a:link { color:#999999; text-decoration:none; }
a:visited { COLOR: #999999; TEXT-DECORATION: none}
a:active { color:#999999; text-decoration:none; }
a:hover { color:white; text-decoration:none;}

/* menu */

#toolbar {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	height: 28px;
	background: url(image/toolbar-bg.png) repeat-x;
	position: relative;
}

#nav {
	margin: 0 0 0 20px;
	padding: 0;
	height: 28px;
	background: url(image/toolbar-div.png) 0 0 no-repeat;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: url(image/toolbar-div.png) 100% 0 no-repeat;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
}

#nav li a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0px 15px 0 15px;
	color: #999;
}

#nav a:hover {
	color: #eee;
	background: #F4B12C url(image/hover-bg.png) 0 0 repeat-x;
}

#nav a:active {
	color: #333;
}

/* footer (smf copyright) */

.footer {
	color: #fff;
	font-size: 11px;
}
