BODY
{
	FONT-FAMILY: Tahoma;
}

.TableHeader
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Tahoma;
}
.TableDetail
{
    COLOR: black;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: x-small
}
.th
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-weight: bold;
	font-size: xx-small;
	border-left: gray 1px solid;
	color: navy;
	border-bottom: gray 1px solid;
	font-family: Verdana;
	background-color: #9aa8c5;
}
.td
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: xx-small;
	border-left: gray 1px solid;
	color: black;
	border-bottom: gray 1px solid;
	font-family: Verdana;
}
SELECT
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: xx-small;
	border-left: gray 1px solid;
	color: black;
	border-bottom: gray 1px solid;
	font-family: Verdana;
}
.TableDetailWhite
{
    COLOR: white;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: x-small
}
.TableDetailSmall
{
    COLOR: black;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: xx-small
}
.TableHeaderSmall
{
	font-size: medium;
	color: black;
	font-family: Tahoma;
}
.bg
{
	background-position: center center;
	background-attachment: fixed;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
}
.TileLeft
{
	background-position: left;
	background-attachment: fixed;
	background-image: url(images/tile_left.gif);
	background-repeat: repeat-y;
}
.left_vertical
{
	background-position: center top;
	background-attachment: fixed;
	background-image: url(images/left_tezt.gif);
	background-repeat: no-repeat;
}


