/* Top Style */
.HARTFORD_TOP_TabStrip {
height:13px;
font-family: Tahoma, Arial, Helvetica;
font-size: 0.6em;
font-weight: normal;
font-style: normal;
}

.HARTFORD_TOP_TabPage {
 border-left: 1px solid black;
 border-bottom : 1px solid black;
 border-right: 1px solid black;
 border-top: 1px solid black;
 background: white;
 margin-top: 1px;
 padding: 5px;
 width: 650px;
}

.HARTFORD_TOP_TabStrip .HARTFORD_TOP_TabSelected{
 cursor: pointer;
 border-left: 1px solid black;
 border-top : 1px solid black;
 border-right: 1px solid black;
 background: #465F86;
 padding: 2px;
 top: 1px;
 position: relative;
 text-align: center;
 margin-left: 5px;
 color: white;
 font-weight: bold;
}

.HARTFORD_TOP_TabStrip .HARTFORD_TOP_TabUnselected {
 cursor: pointer;
 border-left: 1px solid silver;
 border-top : 1px solid silver;
 border-right: 1px solid silver;
 background: white;
 padding: 2px;
 position: relative;
 text-align: center;
 margin-left: 5px;
}

.HARTFORD_TOP_TabStrip .HARTFORD_TOP_TabMouseover {
 border-left: 1px solid black;
 border-top : 1px solid black;
 border-right: 1px solid black;
 background: #899EBB;
 color: white;
}

