* {
	font-family: Century Gothic,Arial,Verdana,  Helvetica, sans-serif; 
	font-size: 14px; color:#555555; font-style: normal; 
	text-decoration: none; 
	}

.SubHeading
{
	font-size: 15px;
	color: #555555;
	font-weight: bold;
}
.Heading
{
	font-size: 19px;
	color: #555555;
	font-weight: bold;
}
.Disclaimer
{
	font-size: 10px;
	color: #555555;
	font-weight: bold;
}

a {	color: blue;}
a:hover { color: red;}

a.SubMenu
{
	font-size: 13px;
	color: blue;
	font-weight: normal;
}

a.SubMenu:hover
{
	font-size: 13px;
	color: red;
	font-weight: normal;
	text-decoration: underline;
}

a.SplashLink
{
	font-size: 13px;
	color: gray;
	font-weight: normal;
}

a.SplashLink:hover
{
	color: white;
	font-weight: normal;
	text-decoration: underline;
}


.QuoteContent
{
	font-size: 13px;
	color: #555555;
	font-weight: normal;
		font-style: italic;
}
.ProductHeading
{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.QuotePerson
{
	font-size: 11px;
	color: #555555;
	font-weight: bold;
	text-align: right;
}

a.footerLink
{
	font-size: 13px;
	color: white;
}

#PotentialRevenueTable  { border: 1px solid #000000; width: 100%; padding: 2px 2px 2px 2px; background-color: #d7e2bd; }
#PotentialRevenueTable th { background-color: #81B9FE; font-weight: bold; }
#PotentialRevenueTable td { background-color: #E1EDFC; 	font-size: 12px; }
#PotentialRevenueTable tr.d0 td {
	background-color: #CCE3FF; color: black;
}
#PotentialRevenueTable tr.d1 td {
	background-color: #ECF4FF; color: black;
}


