﻿body 
{
    font-family:Arial;
    font-size:small;
}

a 
{
    color: Navy;
}

a:hover
{
    color:DarkGreen;
}

a.leftLink
{
	/*color: Black;*/
	text-align: center;
}

a.leftLink:hover 
{
    /*color:Green;*/
}    

a.FeaturedLink
{
    color: Red;
    font-size: small;
}

a.FeaturedLink:hover
{
    /*color: DarkGreen;*/
}

a.toggle
{
	/*color: Blue;*/
	font-size: 8pt;
	cursor: hand;
}

a.listingLink
{
	font-size: 8pt;
	/*color: blue;*/
	font-weight: bold;
	text-align: center;
}

TD.otherLink
{
	font-size: 8pt;
	/*color: blue;*/
	font-weight: bold;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	cursor: hand;
	
}

.contentSectionHeader
{
    font-size: 16pt;
    font-weight: bold;
    font-style:italic;
    color: DarkGreen;
}