﻿body
{
	background-color: black;
}
h1
{
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
	color: gray;
	font-family: Tahoma, Arial;
}
h2
{
	font-weight: bold;
	font-size: 12pt;
	text-transform: capitalize;
	color: #98fb98;
	font-family: Tahoma, Arial;
	padding-bottom:-10px;
}
p
{
	font-size: 9pt;
	color: silver;
	font-family: Tahoma, Arial;
}
a
{
    font-size: 9pt;
    color: #008040;
}
a:hover
{
	font-size: 9pt;
	color: #98fb98;
}
.thumgimg
{
	border: thin solid silver;
    margin: 4px;
    width: 100px;
    height: 100px;
}
.InnerPageHeader
{
	border-right: silver thin double;
	border-top: silver thin double;
	border-left: silver thin double;
	border-bottom: silver thin double;
	margin: 4px;
}
.OuterPageHeader
{
	border-right: silver thin double;
	border-top: silver thin double;
	border-left: silver thin double;
	border-bottom: silver thin double;
}
.PageTitle
{
	text-align: center;
	font-size: 18pt;
	color: Silver;
	font-family: Tahoma, Arial;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2pt;
}
.MenuColumn
{
	overflow: hidden;
	width: 175px;
	margin-right: 5px;
}
.RightColumn
{
	width: 250px;
	padding-left: 10px;
}
.MenuItem
{
	font-family: Tahoma, Arial;
	font-size: 9pt;
	color: green;	
}
.MenuItem:hover
{
	font-size: 9pt;
	color: #98fb98;
}
.RightColumnSection
{
	border-bottom: silver thin dotted;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
td
{
	font-size: 9pt;
	color: silver;
	font-family: Tahoma, Arial;
	vertical-align: top;
}

.TrailImageH
{
    height:100px;
    width:150px;
    border-width:0px; 
}

.TrailImageV
{
    height:150px;
    width:100px;
    border-width:0px; 
}


.TrailSymbol
{
    height:75px;
    width:75px;
    border-width:0px; 
}

.mC {width:100px; margin:5px;}
.mH {color:#60c; cursor:pointer;  font-weight:bold; border-top:1px solid #300;}
.mL {display:none; margin-bottom:10px;}
.mO {margin-left:10px; display:block;}
                    
