body, html {
    margin: 0;
    padding: 0;
}
ul#tabs {
    list-style: none;
    margin: 0;
    padding: 0px 0 0 0;
    height: 25px;
    border-bottom: 1px solid #548dd4;
    background: #ffffff;
	margin-left: 20px;
	margin-bottom: 1px;
	letter-spacing: 0.1em;
}
ul#tabs li {
    float: left;
    margin: 0 5px;
    height: 23px;
    text-align: center;
    position: relative;
    width: 180px;
    border: 1px solid #548dd4;
    top: 1px;
    background: #548dd4;
}
ul#tabs li:hover {
    border-bottom: 1px solid white;
    background: white;
	color: #548dd4;
}
ul#tabs a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: white;
    font: 14px tahoma;
	font-weight: bold;
	}
body#m001 li#tab1,
body#m002 li#tab2,
body#m003 li#tab3,
body#m004 li#tab4,
body#m005 li#tab5
 {
    background: #ffffff;
	color: #548dd4;
    border-bottom: 1px solid white;
}
ul#tabs a:hover,
body#m001 li#tab1 a,
body#m002 li#tab2 a,
body#m003 li#tab3 a,
body#m004 li#tab4 a,
body#m005 li#tab5 a
 {
	color: #548dd4;
}

ul#tabs span {
    display: block;
    padding: 4px 10px 4px 10px;
}


ul#ltabs {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #ffffff;
	margin-left: 0;
	margin-bottom: 1px;
}
ul#ltabs li {

    margin: 3px 0px;
    height: 23px;
    text-align: left;
    position: relative;
    width: 178px;
    border-top: 1px solid #548dd4;
	border-bottom: 1px solid #548dd4;
    top: 1px;
    background: #548dd4;
}
ul#ltabs li:hover {
    background: white;
	color: #548dd4;
}
ul#ltabs a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: white;
    font: 14px tahoma;
	font-weight: normal;
	}
body#m061 li#tab061,
body#m060 li#tab060,
body#m059 li#tab059,
body#m058 li#tab058,
body#m057 li#tab057,
body#m056 li#tab056,
body#m005 li#tab055,
body#m054 li#tab054,
body#m053 li#tab053,
body#m052 li#tab052,
body#m051 li#tab051
 {
    background: #ffffff;
	color: #548dd4;
}
ul#ltabs a:hover,
body#m061 li#tab061 a,
body#m060 li#tab060 a,
body#m059 li#tab059 a,
body#m058 li#tab058 a,
body#m057 li#tab057 a,
body#m056 li#tab056 a,
body#m005 li#tab055 a,
body#m054 li#tab054 a,
body#m053 li#tab053 a,
body#m052 li#tab052 a,
body#m051 li#tab051 a
 {
	color: #548dd4;
}

ul#ltabs span {
    display: block;
    padding: 4px 10px 4px 10px;
}

















div#iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-top: 50px;
    border-top: 1px solid black;
}
iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
