		body {
			background-color: #333333;
			padding:32px 0px 50px 0px;
			margin:0px;
		}

		*.main-container {
			background-color: #ffffff;
			width:924px;
/*			margin-top:14px;*/
			border-bottom: 1px solid #b9b9b9;

		}
		*.top-left {
			background-color:#eeeeee;
			width:141px;
		}
		*.top-right {
			background-color:#eeeeee;
			width:141px;
		}
		*.bottom-left {
			background-color:#eeeeee;
			width:141px;
		}
		*.bottom-right {
			background-color:#eeeeee;
			width:141px;
		}
		*.bottom-middle {
			width:642px;
			padding-bottom: 225px;
			padding-top:36px;
		}

		*.nav-active {
			margin-top:1px;
			background-color:#f2f2f2;
			 border-bottom:1px solid #f2f2f2;
/*			width:141px;*/
		}
		*.nav-passive {
			margin-top:1px;
			background-color:#e6e6e6;
/*			width:141px;*/
			border-bottom:1px solid #cccccc !important;
			border-left:1px solid #ffffff;
			border-right:1px solid #cccccc;
		}
		*.nav-txt {
			font-family : Arial, sans-serif;
			font-size : 9px;
			text-transform : uppercase;
			color:#808080;
			width:84px;
		}
		*.nav-txt a {
			color:#808080;
			text-decoration:none;
		}
		
		*.contact-container {
			width:140px;
			background-color: #f2f2f2;
			padding: 11px 9px 29px 10px;
/*			margin-top:0px;
			margin-left:0px;*/
		}
		
		*.contact-txt {
			font-family : Arial, sans-serif;
			font-size:11px;
			line-height:15px;
			color:#737373;
		}
		
		*.contact-container a {
			color:#737373;
			font-weight:bold;
			text-decoration:none;
		}
		
		h1 {
			font-family : Arial, sans-serif;
			color:#4c4c4c;
			font-size:18px;
			line-height:145%;
			font-weight:bold;
		}
		
		h2 {
			font-family : Arial, sans-serif;
			color:#333333;
			font-size:13px;
			font-weight:bold;
			margin-bottom:10px;
			margin-top:20px;
		}
		
		*.big-txt {
			font-family : Arial, sans-serif;
			color:#000000;
			font-size:14px;
			line-height:170%;
			font-weight:normal;
		}
		
		*.normal-txt {
			font-family : Arial, sans-serif;
			color:#333333;
			font-size:11px;
			line-height:180%;
			font-weight:normal;
		}
		
		*.hide {
			display:none;
		}