
body {
	font-family:   "Trebuchet MS";
	margin-Left:   0;
	margin-top:    0;
	margin-right:  0;
	margin-bottom: 0;
	}


.BaseText 
{
	color:       Black;
	font-family: Tahoma;
	font-size:   75%;
	font-weight: normal;
}

.NavMenu
{     
	color:            Teal;
	background-color: White;
	font-family:      Tahoma;
	font-size:        90%;
	font-weight:      bold;
	padding:          2px;
}

.NavMenu-Hover
{     
	color:            White;
	background-color: Teal;
	font-family:      Tahoma;
	font-size:        90%;
	font-weight:      bold;
	padding:          2px;
}

.NavContainer
{
        padding-left: 8px;
        padding-top:  3px;
        width:        160px;
        white-space:  nowrap;
}

.PageHeading
{
	color:       Black;
	font-family: Tahoma;
	font-size:   150%;
	font-weight: bold;
}

.THeader 
{
	background-color: Teal;
	color:            White;
	font-family:      Tahoma;
	font-size:        150%;
	font-weight:      bold;
	}

.THeader a:link
{
	text-decoration:  underline overline;
	color:Aqua;
	}


.TData
{
	background-color: White;
	color:            Teal;
	font-family:      Tahoma;
	font-size:        100%;
	font-weight:      normal;
	line-height:      150%;
	}

.TData a:link
{
	background-color: White;
	color:            #00a0e2;
	font-weight:      bold;
	text-decoration:  none;
	}

.TData a:hover, .TData a:hover:visited
{
	background-color: Teal;
	color:            White;
	font-weight:      bold;
	text-decoration:  none;
	}

.TData a:visited
{
	background-color: White;
	color:            Teal;
	font-weight:      bold;
	text-decoration:  none;
	}

