﻿A
{
    color: Navy;
    text-decoration: none;
    font-size: 8pt
}

A:hover,A:active
{
    text-decoration: underline
}

TD
{
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 8pt;
}

BODY
{
    margin: 0px;
	background-image: url(../Img/Background.gif);
	background-repeat: repeat-x;
}

H1,H2
{
    font-weight: bold;
    font-size: 7pt;
    color: black;
    font-style: normal;
    font-family: Tahoma, Verdana, Sans-Serif;
}

.TDNavigationMain:hover
{
    background-color: #EEEEEE;
}

.TDNavigationPage:hover
{
    background-color: #212121;
    cursor: pointer;
}

.TRSearchHover:hover
{
    color: #FFFFFF;
    background-color: #414141;
    cursor: pointer;
}

.FormLabel
{
    font-weight: bold;
    font-size: 6pt;
    font-style: normal;
    color: #606060;
}

.FormTextBox
{
    font-size: 9pt;
    border: solid 1px #C0C0C0
}

.FormTextBox:hover
{
    border: solid 1px #414141;
    background-color: #EEEEEE;
}

.FormSubmit
{
    font-size: 8pt;
    border: solid 1px #000000;
    width: 75px;
    height: 22px;
}

.FormSelect
{
    font-size: 8pt;
    border: solid 1px #C0C0C0;
}

.FormSubmit:hover
{
    background-color: #C0C0C0;
}


.TreeView_Trigger{
	cursor: pointer;
	cursor: hand;
}
.TreeView_Branch{
	display: none;
	margin-left: 16px;
}
