
.internalContent{
    width:850px;
    margin-left:0px;
    float:left;
}

.internalContent h1{
    width:850px;
    border-bottom:1px solid black;
    color:black;
    font-size: 18px;
    font-family: Trebuchet MS;
    margin-bottom:10px;
}
.internalContent p{
    text-align:left;
    width:850px;
    color: #000000;
    font-size: 10px;
    font-family: verdana;
    margin-bottom:10px;
}

.abas {
	width:850px;
    height: 18px;
    float: left;
    border-left:1px solid gray;
}

.aba {
	background-image:  url(../images/abaClosedBg.jpg);
    border:1px solid gray;
    border-left:0;
    height:16px;
    float:left;
    font-size:12px;
    color:black;
    padding: 2px 7px 0 7px;
    cursor:pointer;
}

.abaOpen {
    background-image:  url(../images/abaOpenBg.jpg);
    border:1px solid gray;
    border-left:0;
    /*border-bottom:0;*/
    height:16px;
    float:left;
    font-size:12px;
    color:black;
    padding: 2px 7px 0 7px;
}

.abaContent {
    /*background-image:  url(../images/abaOpenBg.jpg);*/
    float:left;
    margin-top:10px;
    font-size:12px;
    color:black;
    text-align:left;
}
.abaContent ul {
    margin-left: 14px;
}
.displayNone {
    display:none;
}

