﻿body
{
	margin:0px 0px 0px 0px;
    font-family: Verdana;
    color: #555555;
    font-size: 10pt;
    text-align:justify;
}

.highlight 
{
	background-color: #ffc;
}

/* Client reference links */
a.RefLink:link 
{
	text-decoration:underline;
	color: #555555;
    font-size: 10pt;
}
a.RefLink:visited 
{
	text-decoration:underline;
	color: #555555;
    font-size: 10pt;
}
a.RefLink:hover 
{
	text-decoration:none;
	color: #555555;
    font-size: 10pt;
}
a.RefLink:active 
{
	text-decoration:none;
	color: #555555;
    font-size: 10pt;
}

/* Side links, main left hand column */
.SideLinkHeading
{
    font-weight: bold;
    color: Red;
    font-size: 8pt;
}
a.SideLink:link 
{
	text-decoration:none;
	color: #555555;
    font-size: 8pt;
}
a.SideLink:visited 
{
	text-decoration:none;
	color: #555555;
    font-size: 8pt;
}
a.SideLink:hover 
{
	text-decoration:underline;
	color: #555555;
    font-size: 8pt;
}
a.SideLink:active 
{
	text-decoration:underline;
	color: #555555;
    font-size: 8pt;
}

/* Video link, main left hand column */
a.VideoLink:link 
{
    font-weight: bold;
	text-decoration:none;
	color: #ffffff;
    font-size: 8pt;
}
a.VideoLink:visited 
{
    font-weight: bold;
	text-decoration:none;
	color: #ffffff;
    font-size: 8pt;
}
a.VideoLink:hover 
{
    font-weight: bold;
	text-decoration:underline;
	color: #ffffff;
    font-size: 8pt;
}
a.VideoLink:active 
{
    font-weight: bold;
	text-decoration:underline;
	color: #ffffff;
    font-size: 8pt;
}

h3
{
    margin: 0px;
    color: #777777;
}

/* Top menu links */
a.topmenu:link {
	color: #999999;
	text-decoration:underline;
	font-weight:bold;
    font-size: medium;
}
a.topmenu:visited {
	color: #999999;
	text-decoration:underline;
	font-weight:bold;
    font-size: medium;
}
a.topmenu:hover {
	color: #555555;
	text-decoration:none;
	font-weight:bold;
    font-size: medium;
}
a.topmenu:active {
	color: #555555;
	text-decoration:underline;
	font-weight:bold;
    font-size: medium;
}

/* Bottom menu links */
a.bottomMenu:link {
	color: #999999;
	text-decoration:underline;
    font-size: 8pt;
}
a.bottomMenu:visited {
	color: #999999;
	text-decoration:underline;
    font-size: 8pt;
}
a.bottomMenu:hover {
	color: #555555;
	text-decoration:none;
    font-size: 8pt;
}
a.bottomMenu:active {
	color: #555555;
	text-decoration:underline;
    font-size: 8pt;
}