

body {
	margin: 0;
	padding: 0;
	background: #1e273e url(images/img01.gif) repeat-x;
	font-size: 13px;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}


blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
}

a {
	color: #FFEA6F;
}

a:hover {
	text-decoration: none;
}

img { border: none; }


/* Menu */

#menu {
	width: 170px;
	height: 30px;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: center;
	width: 170px;
	height: 30px;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/img09.jpg) no-repeat;
	color: #FFFFFF;
}

#menu .active a {
	background: url(images/img09.jpg) no-repeat;
	color: #1e273e;
}

/* Menub */

#menub {
	width: 170px;
	height: 10px;

}

#menub ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menub li {
	display: inline;
}

#menub a {
	display: block;
	float: center;
	width: 170px;
	height: 10px;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}

#menub a:hover {
	color: #FFBF00;
}

#menub .active a {
	color: #FFFFFF;
}