/* CSS Document */

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #00E2E0;
}
body {
	background-color: #000000;
}
h1 {
	font-size: 16px;
	color: #000000;
	margin-top: 10px;
	margin-left: 20px;
}
h2 {
	font-size: 14px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainmenu_bg {
	background-image: url(images/index/mainmenu_bg.jpg);
}
.mainmenu {
	margin: 0px;
	padding-left: 30px;
	line-height: 27px;
	background-image: url(images/index/menu_bg.jpg);
}
.mainmenu a:link{
	display: block;
	text-decoration: none;
	/*width: 100%;*/
}

.mainmenu a:hover {
	font-weight: bold;
	background-image: url(images/index/menu_bg_hover.jpg);
	color: #000000;
	background-attachment: scroll;
	background-position: 188px;
}
.mainmenu a:visited {
	display: block;
	text-decoration: none;
}
p {
	line-height: 20px;
	text-indent: 30px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
}
.text_white {
	color: #FFFFFF;
}
.text_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.submenu li {
	line-height: 24px;
	display: block;
	float: left;
	width: 110px;
	list-style-type: square;
	background-image: url(images/index/link_dot.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}
.submenu a:link {
	text-decoration: none;
}
.submenu a:hover {
	font-weight: bold;
	color: #000000;
}
.submenu a:visited {
	text-decoration: none;
}
.submenu2 li {
	line-height: 24px;
	float: left;
	list-style-type: square;
	background-image: url(images/index/link_dot.jpg);
	background-repeat: no-repeat;
	background-position: 12px;
	padding-left: 20px;
}
.submenu2 a:link {
	text-decoration: none;
}
.submenu2 a:hover {
	font-weight: bold;
	color: #000000;
}
.submenu2 a:visited {
	text-decoration: none;
}
.li {
	line-height: 24px;
	margin-left: 80px;
	margin-right: 20px;
}
/*
#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}
*/
