/* CSS Document */


.tabcontent{
	display: none;
	border-right: 1 solid Gray;
	border-left: 1 solid Gray;
	border-bottom: 1 solid Gray;
}


#tablist{
padding: 3px 0;
margin-left: 30px;
margin-bottom: 0px;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #e8eaee;
}

#tablist li a:link, #tablist li a:visited{
color: #901D78;
}

#tablist li a.current{
background: white;
}

#tabcontentcontainer{
width:740px;
height:650px;
}

    #desc {
	position:absolute;
	width:740px;
	z-index:10;
	overflow: auto;
	height: 650px;
}
    #plan {
	position:absolute;
	width:740px;
	height:650px;
	z-index:10;
	overflow: auto;
	left: 13px;
}
    #serv {
	position:absolute;
	width:740px;
	height:650px;
	z-index:10;
	overflow: auto;
}
    #requ {
	position:absolute;
	width:740px;
	height:650px;
	z-index:10;
	overflow: auto;
}
    #turn {
	position:absolute;
	width:740px;
	height:650px;
	z-index:10;
	overflow: auto;
}
    #matr {
	position:absolute;
	width:740px;
	height:650px;
	z-index:10;
	overflow: auto;
}
    #cons {
	position:absolute;
	width:740px;
	height:650px;
	z-index:10;
	overflow: auto;
}

    .style11 {color: #901D78}
