body{margin:0px; color:#101010; font-family:verdana; font-size:14px;}
		a:link{color:#484848; text-decoration:none;}
		a:hover{color:#000000; text-decoration:none;}
		a:visited{color:#484848; text-decoration:none;}
		a:active{color:#000000; text-decoration:none;}
		h3{font-size:24px; font-family:Trebuchet MS; margin:0px; margin-top:6px;}
		iframe{width:100%; border:0px; height:100%;}
		#header{
			background-image:url('../img/header.png');
			background-repeat:repeat-x;
			width:100%;
			height:50px;
			position:absolute;
			top:0px;
			left:0px;
			z-index:1;
			}
			.title{
					height:40px;
					float:left;
					width:150px;
					background-image:url('../img/hmenut.png');
					background-repeat:no-repeat;
					text-align:center;
					padding-top:7px;
				}
			.hmenu{
				float:right;
				margin-right:20px;
				padding:0px;
				padding-top:10px;
				height:50px;
				}
				.hmenu .object{
					height:23px;
					float:left;
					width:100px;
					background-image:url('../img/hmenu.png');
					background-repeat:no-repeat;
					text-align:center;
					padding-top:8px;
					}
				.hmenu .objectd{
					max-height:23px;
					float:left;
					width:100px;
					background-image:url('../img/hmenu.png');
					background-repeat:no-repeat;
					text-align:center;
					overflow:hidden;
					padding-top:8px;
					color:#484848;
					}
				.hmenu .object:hover{
					background-image:url('../img/hmenuh.png');
					}
				.hmenu .object:active{
					background-image:url('../img/hmenua.png');
					}
				.hmenu .objectd:hover{
					background-image:url('../img/hmenuh.png');
					max-height:1000px;
					color:#000;
					}
				.hmenu p{
					height:18px;
					font-size:10pt;
					line-height:18px;
					padding:0px 5px 0px 5px;
					text-align:left;
					margin:0px;
					margin-right:3px;
					margin-left:3px;
					background-color:#FFF;
					border:1px solid #BFCDDE;
					border-top:0px;
					}
				.hmenu p:hover{
					background-color:#CDCDCD;
					}
				.mfoot{
					-moz-border-radius-bottomleft:5px;
					-moz-border-radius-bottomright:5px;
					-webkit-border-bottom-left-radius:5px;
					-webkit-border-bottom-right-radius:5px;
					}
				.spacer{height:5px; border-bottom:1px solid #BFCDDE; margin:0px 3px 0px 3px;}