EM {
		font-style: italic;
		font-weight: bold;
	}
	#background {
		position:fixed;
		z-index:1;
		width:100%;
		height:100%;
	}
	#container {
		z-index: 2;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
	#header {
		background: url('/images/common/headerbg.jpg') top left repeat-x;
		height: 101px;
		width: 100%;
		min-width: 980px;
	}
	#header.white {
		background: #fff;
		background-image: none;
	}
	#header.old {
		background: url('/common/img/fmx3/FMX3_topslice.jpg') top left repeat-x;
		height: 105px;
	}
	#headerGradient {
		height: 150px;
		width: 100%;
		min-width: 980px;
		z-index: 1;
	}
	#footerGradient {
		height: 20%;
		width: 100%;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: -1;
	}
	#logoContainer {
		margin: 0px auto;
		width: 980px;
		height: 100px;
		text-align: right;
	}
	#logo {
		margin-top: 17px;
	}
	#customlogo {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.white-gradient {
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(40%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	}
	.white-gradientinverse {
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(40%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	#boxes {
		width: 980px;
		margin: -100px auto;
	}
	.box {
		position:relative;
		float: left;
		margin-bottom: 20px;
		z-index: 10;
	}
	.left {
		margin-right: 20px;
	}
	#login {
		width: 490px;
		height: 168px;
		background: #fff;
		padding: 20px 30px;
		color: #666;
	}
	#login .bookmark {
		position: absolute;
		top: 20px;
		right: 40px;
		color: #666;
		text-decoration: none;
	}
	.forgotten {
		display: block;
		position: absolute;
		bottom: 20px;
		right: 40px;
		color: #666;
		text-decoration: none;
		font-size: 10px;
	}
	#img {
		width: 410px;
		height: 208px;
		background: #fff;
	}
	#help {
		width: 490px;
		height: 100px;
		background: #0196FC;
		opacity:0.6;
		filter:alpha(opacity=60); /* For IE8 and earlier */
		color: #fff;
		padding: 20px 30px;
	}
		#help h1 {
			color: #fff;
			margin-bottom: 15px;
		}
	#news {
		width: 410px;
		height: 140px;
		background: #fff;
	}
		#news h1 {
			background: #676767;
			color: #fff;
			margin: 0px;
			padding: 10px 15px;
			font-size: 14px;
			font-weight: bold;
		}
		#news #slideshow {
			padding: 10px;
		}
	h1 {
		color: #0099FF;
		font-size: 20px;
		font-family: arial;
		font-weight: normal;
		margin-top: 5px;
	}
	h3 {
		font-size: 11pt;
		font-weight: normal;
	}
	.date {
		font-size: 10pt;
		font-weight: bold;
	}
	FORM {
		margin-top: 10px;
	}
	FORM INPUT {
		background: #676767;
		border: 1px solid #676767;
		color: #C2C2C2;
		padding: 8px 12px;
		margin-right: 10px;
		margin-top: 10px;
		font-weight: bold;
		width: 160px;
		height: 13px;
	}
	.submit {
		width: 80px;
		background: url('/images/common/btnBg.jpg') top left repeat-x;
		border: 1px solid #0888E1;
		color: #FFF;
		height: 30px;
	}
	.labels {
		display: block;
	}
	.labels LABEL {
		width: 200px;
		display: block;
		float: left;
	}
	#forgottenForm .labels LABEL {
		width: 500px;
	}
	#memorableWord {
		margin-top: 10px;
	}
	#memorableWord LABEL {
		padding: 8px 12px 8px 0px;
		height: 13px;
		width: 254px;
		display: block;
		float: left;
	}
	#memorableWord SELECT {
		float: left;
		height: 30px;
		width: 53px;
		background: #676767;
		color: #C2C2C2;
		margin-right: 14px;
		border: 1px solid #676767;
	}
	#memorableWord .submit {
		margin-top: 0px;
	}
	#footer {
		clear: both;
		margin: 110px auto;
		width: 980px;
		z-index: 1000;
	}
		#footer #left {
			float: left;
			z-index: 1000;
		}
		#footer #right {
			float: right;
			z-index: 1000;
		}
		#footer .tel {
			display: block;
			font-size: 20px;
			color: #686868;
			font-weight: lighter;
			margin-bottom: 5px;
		}
			#footer .tel EM {
				font-weight: normal;
				font-style: normal;
				color: #0196FC;
			}
		#footer .copy {
			display: block;
			font-size: 10px;
			color: #686868;
			font-weight: lighter;
		}
		.slides_container {
			width: 390px;
			height: 80px;
		}
		.slides_container div {
			width: 390px;
			height: 80px;
			display: block;
		}
		UL.pagination {
			position: absolute;
			margin: 0px;
			position: absolute;
			top: 15px;
			right: 20px;
		}
		UL.pagination LI {
			float: left;
			list-style: none;
			width: 14px;
			height: 10px;
			overflow: hidden;
			background: url('/images/common/news.jpg') top left no-repeat;
		}
			UL.pagination LI.current {
				background: url('/images/common/news_current.jpg') top left no-repeat;
			}
		UL.pagination LI A {
			display: block;
			padding: 10px;
		}
		SPAN.date {
			display: block;
		}
		#forgottenForm, #forgottenResult {
			display: none;
		}
		#help A {
			color: #fff;
		}
		#loading {
				display: none;
		}
