			BODY {
				margin: 0;
				font-family: Arial;
				font-size: 12px;
			}
			a {
				outline: none;
				color: #1b75bc;
				text-decoration: none;
			}
			a:hover {
				border-bottom: 1px dotted #1b75bc;
			}
			#wrapper {
				width: 950px;
				margin: 0 auto;
				min-height: 100%;
				padding-bottom: 70px;
			}
			#header {
				height: 112px;
				background-image: url(images/logo.png);
				background-position: 0 15px;
				background-repeat: no-repeat;
				text-align: right;
				color: #292929;
				padding-top: 5px;
			}
			#header a.textlink {
				text-decoration: none;
				color: #292929;
				font-size: 100%;
				margin-left: 10px;
				margin-right: 10px;
			}
			#header a.lastlink {
				text-decoration: none;
				color: #292929;
				font-size: 100%;
				margin-left: 10px;
				margin-right: 0;
			}
			#header a:hover {
				border-bottom-color: #292929;
			}
			#button {
				height: 112px;
				text-align: right;
				outline: none;
			}
			#button a:hover {
				border-bottom: 0;
				outline: none;
			}
			#mainnav {
				height: 34px;
				overflow: hidden;
				text-align: right;
				text-transform: uppercase;
				color: #FFF;
				font-family: "Century Gothic", Arial;
				font-weight: bold;
				font-size: 100%;
			}
			#mainnav div {
				height: 30px;
				margin: 2px 0;
				float: right;
				padding-top: 7px;
			}
			#mainnav div a {
				color: #FFF;
				display: block;
				padding-right: 16px;
				padding-left: 16px;
				text-decoration: none;
			}
			#mainnav div a:hover, #mainnav div a.active {
				color: #003366;
				border-bottom: 0;
			}
			.clearboth {
				clear: both;
				height:0;
			}
			.input {
				padding: 5px;
			}
			label {
				display: block;
				font-size: 100%;
				padding-right: 20px;
			}
			label.page2 {
				font-size: 110%;
				font-weight: bold;
			}
			sublabel {
				display: block;
				font-size: 70%;
				font-style: italic;
			}
			#footer {
				color: #999;
				text-align: right;
				font-size: 100%;
			}
			.copyright {
				font-weight: normal;
			}
			.copyright a {
				color: #999;
				text-decoration: none;
			}
			.copyright a:hover {
				border-bottom: 1px dotted #999;
			}
			.textmenu {
				color: #FFF;
				border-bottom: 1px solid #666;
				margin-bottom: 25px;
				font-size: 80%;
				padding-top: 5px;
				padding-bottom: 9px;
			}
			.textmenu a {
				color: #FFF;
				text-decoration: none;
/*				padding-right: 7px;
				padding-left: 7px; */
			}
			.textmenu a:hover {
				border-bottom: 1px dotted #FFF;
			}
			.textmenu2 {
				color: #FFF;
				margin-bottom: 25px;
				font-size: 80%;
				padding-top: 0px;
				padding-bottom: 9px;
			}
			.textmenu2 a {
				color: #FFF;
				text-decoration: none;
/*				padding-right: 7px;
				padding-left: 7px;*/
			}
			.textmenu2 a:hover {
				border-bottom: 1px dotted #FFF;
			}			
			.white {
				color: #FFF;
			}
			a:hover img {
				border-bottom: none;
			}
			a img:hover {
				border-bottom: none;
			}
			a.img:hover {
				border-bottom: none;
			}
			.dropdown {
				padding-left: 30px;
			}
