	* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
	}
	
	body {
		background-color: #FFFFFF;
		font-family: Arial;
		font-size: 12px;/*11*/
		color: #666666;
		line-height: 18px;
	}
	
	/********************************************/

	a {
		color: #0081C2;
		text-decoration: none;
		outline: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	ul, ol {
		margin-left: 25px;
	}
	
	h1, .h1 {
		font-family: Trebuchet MS, Arial;
		font-size: 23px;
		font-style: italic;
		font-weight: normal;
		color: #0081C2;
		letter-spacing: -1.5px;
		margin-bottom: 10px;
	}
	
	h2 {
		font-family: Trebuchet MS, Arial;
		font-size: 20px;
		font-style: italic;
		font-weight: normal;
		color: #0081C2;
		letter-spacing: -1.5px;
	}
	
	.highlighted {
		text-decoration: underline !important;
	}


	/********************************************/
	
	.text, .failed  {
		color: #666666;
		border: 1px solid #7E9DB9;
		width: 290px;
		height: 18px;
		font-family: Arial;
		font-size: 12px;
		padding-left: 7px;
		padding-top: 1px;
	}
	
	.failed {
		border: 1px solid #E60000;
	}
	
	input.check {
		vertical-align: middle;
	}
	
	select {
		font-family: Arial;
		font-size: 12px;
		height: 21px;
		border: 1px solid #7E9DB9;
		padding-left: 2px;
	}
	
	select.selectChoice {
		color: #666666;
		width: 213px;
		margin-top: 13px;
		padding-left: 7px;
		font-size: 12px;
	}
	
	input.button {
		width: 92px;
		height: 24px;
		text-align: center;
		font-family: Arial;
		font-size: 12px;
		margin-top: 13px;
		padding-bottom: 2px;
		background-image: url('../images/buttons/default.gif');
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	label {
		color: #0081C2;
		font-family: Arial;
		font-size: 13px;
	}
	
	/********************************************/

	div.menuBar {
		background-color: #99999B;
		background-image: url('../images/menu/bg.gif');
		background-position: top left;
		background-repeat: repeat-x;
		width: 100%;
		height: 75px;
	}
	
	div.menuContainer {
		width: 980px;
		height: 75px;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.logo {
		width: 280px;
		height: 75px;
		float: left;
	}
	
	div.logo img {
		position: absolute;
		z-index: 1;
	}
	
	div.menu {
		width: 700px;
		height: 75px;
		float: left;
	}
	
	div.menu img {
		float: left;
	}

	div.menuLink {
		height: 26px;
		float: left;
		padding: 49px 21px 0px 21px;
		background-position: top left;
		background-repeat: repeat-x;
		cursor: pointer;
	}
	
	div.menuLink a {
		color: #FFFFFF;
		font-size: 12px;
	}
	
	div.menuLink a:hover {
		text-decoration: underline;
	}
	
	/********************************************/

	div.container {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/********************************************/

	div.choiceDiv {
		width: 280px;
		height: 265px;
		padding-top: 82px;
		background-color: #F2F2F2;
		background-image: url('../images/layout/choice_bg.gif');
		background-position: bottom left;
		background-repeat: no-repeat;
	}
	
	div.choiceLine {
		width: 248px;
		height: 1px;
		line-height: 1px;
		font-size: 1px;
		background-color: #718188;
		margin: 23px 0px 17px 17px;
	}
	
	/********************************************/

	div.submenuLine {
		width: 270px;
		height: 0px;
		line-height: 0px;
		font-size: 0px;
		border-top: 1px solid #D3D2D2;
		margin-left: 10px;
		clear: both;
	}
	
	div.colorBlock {
		width: 10px;
		height: 25px;
		float: left;
	}
	
	a.submenuLink, a.submenuActive {
		float: left;
	}

	a.submenuLink {
		color: #666666;
		line-height: 25px;
	}
	
	a.submenuLink:hover {
		text-decoration: none;
	}
	
	a.submenuActive {
		min-height: 25px;
		color: #FFFFFF;
		line-height: 25px;
	}
	
	a.submenuActive:hover {
		text-decoration: none;
	}
	
	/********************************************/
	
	.popupMenu {
		position: absolute;
		z-index: 100;
		width: 172px;
		display: inline;
		float: left;
	}
	
	.popupMenu ul {
		list-style-type: none;
		width: 172px;
		margin-left: 0px;
	}
	
	.popupMenu ul li {
		width: 172px;
		height: 25px;
		text-align: left;
		background-color: #FFFFFF;
		border: 1px solid #000000;
		border-top: 0;
	}
	
	.popupMenu ul li div a {
		font-size: 9px;
		font-weight: bold;
		padding-left: 17px;
		display: block;
		text-decoration: none;
		color: #666666;
	}
	
	.popupMenu ul li div {
		width: 172px;
		height: 25px;
		text-align: left;
		line-height: 25px;
		display: block;
	}
	
	div.hover a {
		text-decoration: none;
	}
	
	div.hover a:hover {
		text-decoration: none;
	}
	
	/********************************************/
	
	div.breadcrumbs {
		color: #A6A6A8;
		margin: 20px 0px 10px 0px;
	}
	
	div.breadcrumbs span {
		margin: 0px 5px 0px 5px;
	}
	
	div.breadcrumbs a {
		color: #A6A6A8;
	}
	
	/********************************************/
	
	div.searchDiv {
		width: 152px;
		height: 111px;
		padding: 12px 14px 0px 14px;
		background-image: url('../images/layout/search_bg.gif');
		background-position: top left;
		background-repeat: no-repeat;
		margin-top: 20px;
	}
	
	div.sideHome {
		width: 152px;
		padding: 0px 14px 0px 14px;
		background-color: #F2F2F2;
	}
	
	div.sideHome .Kop {
		font-size: 12px;/*11*/
	}
	
	/********************************************/
	
	ul.partners {
		width: 180px;
		list-style-type: none;
		margin-left: 0px;
	}
	
	/********************************************/
	
	div.themeFooter {
		width: 978px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #D3D2D2;
		border-bottom: 0px;
	}
	
	div.themeFooter table {
		width: 952px;
		margin: 0px auto 10px auto;
	}
	
	div.themeFooter table td {
		vertical-align: top;
		padding: 0px 7px 0px 7px;
	}
	
	div.footer {
		width: 954px;
		height: 30px;
		margin-left: auto;
		margin-right: auto;
		background-color: #D3D2D2;
		color: #2A2A2A;
		line-height: 30px;
		padding-left: 26px;
		font-size: 11px; 
	}
	
	div.footer span {
		margin: 0px 10px 0px 10px;
	}
	
	div.footer a {
		color: #2A2A2A;
		font-size: 11px;
	}
	
	div._smi_googlemap, div.smi_googlemap {
		width: 439px !important;
		height: 380px !important;
		border: 1px solid #BDBDBD;
	}
	
	#region_selector
	{
		background-image: url('../images/layout/selector_bar.png');
		background-position: top left;
		background-repeat: repeat-x;
		margin-top: 24px;
		margin-left: 17px;
		margin-right: 17px;
		padding: 15px;
	}
	
	#region_selector span
	{
		color: #0081C3;
		font-weight: bold;
	}
	
	#region_selector select
	{
		margin-top: 15px;
		width: 216px;
		color: #7F7F7F;
		font-size: 8pt;
		padding: 1px;
	}