/*
=================================
=== Links
=================================
*/

.LinkHeader a
{
    color: #ffffff;
    text-decoration: none;
}

.LinkHeader a:hover
{
    color: #cccccc;
    text-decoration: none;
}

.LinkContent a
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.LinkContent a:hover
{
    font-weight: bold;
    text-decoration: underline;
}

.LinkFooter a
{
    color: #000000;
    text-decoration: none;
}

.LinkFooter a:hover
{
    text-decoration: underline;
}

.LinkSmall
{
	font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.LinkSmall:hover
{
    text-decoration: underline;
}