﻿body 
{
    font-family:Verdana, Arial;
    font-size:10pt;
}

a { color: Maroon; }

h1 
{
    font-size:8pt;
    color:gray;
}

h2
{
    font-size:10pt;
    font-weight:normal;
}

.footer
{
 text-align:center;
}
.footer a { color:silver }
.footer a:hover { color:silver; }

pnlFooter 
{
    font-size:8pt;
}


/*** Distriutor Links ***/
a.button:link, a.button:visited {
	font-size: 9pt;
	font-weight: bold;
	padding: 3px;
	color: Maroon;
	text-decoration: none;
	font-weight: bold;	 
} 
		 
a.button:hover 
{
    color: RGB(153,153,101);
	font-weight: bold;
}

a.noLink:link, a.noLink:visited {
	font-size: 19pt;
	padding: 3px;
	color:Black;
	text-decoration: none;
} 
		 
 a.noLink:hover {
	color:Black;
	cursor: pointer;	 
}


/*** Dark Tan Buttons ***/
a.buttonDarkTan:link, a.buttonDarkTan:visited {
	font-size:9pt;
	font-weight:normal;
	padding:3px;
	color:maroon;
	text-decoration: none;	 
} 
		 
a.buttonDarkTan:hover 
{
    color:white;
	font-weight:normal;
}

/* Tipster Hover Pop-Ups */
.tipClass { font: 10px Arial, Helvetica; color: white }
.tipClass A { text-decoration: none; color: #FFFFCC }

