body {
	margin: 0;
	padding: 0;
	background: #fff url("../_img/bodyBg.gif") repeat-x;
	_text-align: center;
}

body, input, select, textarea, table, td, th {
  font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

img {
	border: none;
}


.noCSS {
	display: none;
}

.clear {
	visibility: hidden;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	clear: both;
}

a {
	color: #225DB7;
}

a:hover {
	text-decoration: none;
}


#global {
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	width: 694px;
	_width: 714px;
	margin: 0 auto;
	text-align: left;
	position: relative; left: 0; top: 0;
}

#header {
	margin: 0;
	position: relative;
	background: #fff url("../_img/headerBg.gif") repeat-x;
	height: 111px;
	overflow: hidden;
}

	h1 {
		margin: 0;
		position: absolute;
		left: 0;
		top: 37px;
	}

	#mMenu {
		position: absolute;
		left: 234px;
		top: 37px;
	}

	#mMenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		#mMenu li {
		  float: left;
		  width: 111px;
		  margin: 0 2px 0 0;
		}

		#mMenu li a {
			display: block;
			text-transform: uppercase;
			font-weight: bold;
			color: #000;
			text-decoration: none;
			background: url("../_img/mMenuABg.gif") no-repeat;
			padding: 9px 25px 0 22px;
			height: 65px;
			_height: 74px;
		}

		#mMenu li a:hover {
			background: url("../_img/mMenuABgHover.gif") no-repeat;
		}

		#mMenu li a.active {
			background: url("../_img/mMenuABgActive.gif") no-repeat;
		}

		#mMenu li a.active:hover {
			background: url("../_img/mMenuABgActive.gif") no-repeat;
		}

#main {
	border-top: 2px solid #fff;
	position: relative; left: 0; top: 0;
}

	#lText {
		margin-top: 110px;
		width: 214px;
	}

		#lText p {
			margin: 0 0 10px 10px;
			font-size: 12px;
			padding: 0 0 0 10px;
			background: url("../_img/parBg.gif") no-repeat 0px 4px;
		}

		#lMenu a {
			display: block;
			text-transform: uppercase;
			font-weight: bold;
			color: #000;
			margin: 2px 3px;
			text-decoration: none;
			background: url("../_img/parBg.gif") 7px 45% no-repeat;
			padding: 0px 25px 0px 19px;
			height: 17px;
			overflow: hidden;
		}

		#lMenu a:hover {
			background: #f0f0f0 url("../_img/parBg.gif") 7px 50% no-repeat;
		}

#footer {
	background: #d9d9d9;
	border-top: 1px solid #fff;
	border-bottom: 10px solid #fff;

}

	#langMenu {
		width: 224px;
		float: left;
	}

		#langMenu a {
			display: block;
			text-transform: uppercase;
			font-weight: bold;
			color: #000;
			margin: 2px 3px;
			text-decoration: none;
			background: url("../_img/parBg.gif") 7px 45% no-repeat;
			padding: 0px 25px 0px 19px;
			height: 17px;
			overflow: hidden;
		}

		#langMenu a:hover {
			background: #f0f0f0 url("../_img/parBg.gif") 7px 50% no-repeat;
		}

	#footer p {
		background: url("../_img/parBg.gif") 7px 4px no-repeat;
		margin: 2px 10px 0 236px;
		padding: 0 0 0 17px;
		position: relative;
	}

td, th  {
	vertical-align: top;
	padding: 2px 10px;
}

.col2 td, .col2 th {
	width: 50%;
}
