﻿
#container
{
	margin-left: auto;
	margin-right: auto;
}


#content
{
	padding-bottom: 25px;
}

#title
{
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	color: Black;
	margin-top: 80px;
	margin-left: 350px;
	display:block;
}

.invisible 
{
	display: none;
}

.tb
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
	border: solid 2px black;
	padding: 1px;
	width: 125px;
	
}

.tb2
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
	border: solid 2px black;
	padding: 1px;
	width: 125px;
	background-color: #f1d51c;
}

.count
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: Bold;
	color: White;
	background-image: url(images/circle.jpg); 
	width:56px; 
	height:57px;
}

.count2
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: Bold;
	color: Black;
	background-image: url(images/yellow_circle.jpg); 
	width:56px; 
	height:57px;
}

.description
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: Black;
}

.calcButton
{
	font-size: 14pt; 
	color: #FFFFFF;
	cursor:pointer;
}

.invisible
{
display: none;
}

.calcButton span:hover{background:#0080FF;color:#fff}

.hand
{
	cursor :pointer;
}

#ROI_Spent
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: normal;
	color: White;
}

#ROI_Spent span
{
	font-size: 18pt;
	font-weight: bold;
}

#ROI_Percent
{
	font-family: Arial;
	font-size: 25pt;
	font-weight: bold;
	color: Black;
}	

#ROI_Percent span
{
	font-size: 18pt;
	font-weight: normal;
}

#ROI_Income
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: normal;
	color: White;
	width: 200px;
}

#ROI_Income span
{
	font-size: 20pt;
	font-weight: bold;
}

.Quote
{
	font-family: Arial;
	font-size: 14pt;
	display: block;
	margin-left: 55px;
	text-align: left;
	width: 665px;
	
}

.Who
{
	font-family: Arial;
	font-size: 11pt;
	font-weight:bold;
	font-style:italic;	
}

.Home
{
	font-family: Arial;
	font-size: 14pt;
	display: block;
	margin-left: 55px;
	text-align: left;
	width: 655px;
	
}

.NavContainer
{
	float: right;
	width: 500px;
	text-align:right;
	font-family: Arial;
	font-size: 10pt;
	color: White;
	margin-top: 15px;
	margin-right: 25px;
}

.NavContainer A 
{
	color: White;
}

.CalcLink
{
	text-align: right;
	font-family: Arial;
	font-size: 14pt;
	margin-top: 10px;
	margin-bottom: 10px;
}

.CalcLink a
{
	text-decoration: none;
}

