.PageTitle
{
    font-weight: bold;
    font-size: large;
    color: darkred;
    font-family: Tahoma, Arial;
}
.LineAcross
{
    height: 3px;
    background-color: darkred;
}

.LinksWrapper
{
    border-right: darkred 1px solid;
    border-top: darkred 1px solid;
    border-left: darkred 1px solid;
    width: 100%;
    border-bottom: darkred 1px solid;
    border-collapse: collapse;
    height: 100%;
    background-color: antiquewhite;
}

.LinkToOtherPage
{
    font-weight: normal;
    font-size: x-small;
    color: darkred;
    line-height: 150%;
    font-family: Tahoma, Arial;
}

.LinkToOtherPage:hover
{
	font-weight: normal;
	font-size: x-small;
	color: White;
	line-height: 150%;
	background-color: darkred;
	font-family: Tahoma, Arial;
}

.LinkToOtherPageSelected
{
    font-weight: bold;
    font-size: x-small;
    background-color: darkred;
    color: White;
    line-height: 150%;
    font-family: Tahoma, Arial;
}

.LinkToOtherPageSelected:hover
{
    font-weight: bold;
    font-size: x-small;
    background-color: White;
    color: darkred;
    line-height: 150%;
    font-family: Tahoma, Arial;
}

.LinkToWebURL
{
	font-weight: normal;
	font-size: x-small;
	color: #ff3300;
	line-height: 150%;
	font-family: Tahoma, Arial;
}
.LinkToWebURL:hover
{
    font-weight: bold;
    font-size: x-small;
    color: white;
    line-height: 150%;
    font-family: Tahoma, Arial;
    background-color: #ff3300;
}

.LinkToEmail
{
    font-weight: normal;
    font-size: x-small;
    color: Blue;
    line-height: 150%;
    font-family: Tahoma, Arial;
}

.LinkToEmail:hover
{
    font-weight: bold;
    font-size: x-small;
    color: White;
    line-height: 150%;
    font-family: Tahoma, Arial;
    background-color: Blue;
}

.NormalText
{
    font-weight: normal;
    font-size: x-small;
    color: darkred;
    font-family: Tahoma, Arial;
}
.EmptyLine
{
    font-weight: normal;
    font-size: 5pt;
    color: darkred;
    font-family: Tahoma, Arial;
}
.LastUpdated
{
    font-weight: normal;
    font-size: xx-small;
    color: #cc6666;
    font-family: Tahoma, Arial;
}

.WebDesignLink
{
	font-weight: normal;
	font-size: xx-small;
	color: seagreen;
	line-height: 100%;
	font-family: Tahoma, Arial;
}

.WebDesignLink:hover
{
	font-weight: normal;
	font-size: xx-small;
	color: White;
	line-height: 100%;
	background-color: seagreen;
	font-family: Tahoma, Arial;
}
