
.SelectedTab
{
	cursor: pointer;
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	BORDER-RIGHT: solid 1px #6F717F;
	BORDER-LEFT: solid 1px #6F717F;
	text-align: center;
	color: #000000;
}

.UnselectedTab
{
	cursor: pointer;
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	BORDER-RIGHT: solid 1px #6F717F;
	BORDER-LEFT: solid 1px #6F717F;
	BORDER-BOTTOM: solid 1px #6F717F;
	text-align: center;
}

.NoTab
{
	BORDER-BOTTOM: solid 1px #6F717F;
}


BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


.menulines
{
	border:1px solid white;
}

.menulines a
{
	text-decoration:none;
	color:blue;
}

.side a
{
	text-decoration:none;
	color: black;
	font-weight:bold;
}

.tabheader
{
	FONT-FAMILY: Tahoma,,Helvetica,Arial,sans-serif;
	text-decoration:none;
	color: black;
	FONT-SIZE: .8em;

}

.tabheaderSelect
{
	FONT-FAMILY: Tahoma,,Helvetica,Arial,sans-serif;
	text-decoration:none;
	color: black;
	font-weight:bold;
	FONT-SIZE: .8em;
}

.Subheader
{
	FONT-FAMILY: Tahoma,,Helvetica,Arial,sans-serif;
	text-decoration:none;
	color: black;
	FONT-SIZE: .7em;
	font-weight:bold;

}