/* CSS Document */

html, body {
	height: 100%;
	margin: 0; 
	padding: 0;
}
.menu {
	text-align: right;
	vertical-align: top;
	margin: 1px 0px 0px;
	padding: 0px;
}
.menu ul {
	text-align: right;
	vertical-align: top;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu ul li {
	display: inline;
	margin: -2px;
	list-style-type: none;
}
.menu a {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #009E7E;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	margin-right: 1px;
}
.menu a:hover {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00BF99;
	background-image: url(images/menu-bg_hover.gif);
	background-repeat: repeat-x;
}
.menu ul li a.first {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009E7E;
	padding-top: 3px;
	padding-right: 50px;
	padding-bottom: 3px;
	padding-left: 50px;
	background-image: url(images/menu-bg-left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu ul li a.first:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00BF99;
	background-image: url(images/menu-bg-left_hover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menu ul li a.last {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #009E7E;
	padding-top: 3px;
	padding-right: 50px;
	padding-bottom: 3px;
	padding-left: 50px;
	background-image: url(images/menu-bg-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.menu ul li a.last:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00BF99;
	background-image: url(images/menu-bg-right_hover.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.index_loading {
	background-image: url(images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.text-footer {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}
.text-footer a {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
	text-decoration: none;
}
.text-footer a:hover {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	margin: 0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399CC;
	text-decoration: none;
}
