body { 
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	background-color:#E5E5E5; 
	font-family: georgia, serif; 
	font-size: 13px; 
	color: #000000; 
	line-height: 21px; 
  text-align: left; 
}

a 				{ color: #0066FF; text-decoration: none; } 
a:link		{ color: #0066FF; text-decoration: none; } 
a:visited	{ color: #3366CC; text-decoration: none; } 
a:active	{ color: #FF0000; text-decoration: underline;} 
a:hover		{ color: #FF0000; text-decoration: underline;} 

img { border-width: 0px; }	

h1 { 
	font-family: helvetica,arial,sans-serif; 
	font-size: 30px; 
	font-weight: 100; 
	color: #999999; 
	line-height: 30px; 
	text-align: left; 
	padding-left: 20px; 
	padding-right: 20px;
}

h2 { 
	font-family: helvetica,arial,sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #FF6600; 
	line-height: 21px; 
	text-align: left; 
	padding-top: 14px; 
	padding-left: 20px; 
	padding-right: 20px;
}

strong.stats { 
	font-family: helvetica,arial,sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #FF6600; 
}

strong.calculator { 
	font-family: helvetica,arial,sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #FF6600; 
}

strong.caption { 
	font-family: helvetica,arial,sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	line-height: 13px; 
	color: #333333; 
}

p { 
  padding-left: 20px; 
  padding-right: 20px;
}

hr {
	border: 0;
	width: 499px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

ul, ol {
  padding-left: 40px; 
  padding-right: 40px;
	font-family: helvetica,arial,sans-serif; 
	font-size: 12px; 
	color: #666666; 
}

ol.stats {
  padding-left: 35px; 
  padding-right: 40px;
	font-family: helvetica,arial,sans-serif; 
	font-size: 11px; 
	line-height: 13px; 
	color: #999999; 
}

form { 
	padding-left: 20px;
	padding-right: 20px;
}

input, textarea, select {
	display: block;
	margin-bottom: 10px;
	width: 250px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 25px;
}

input.noghost {
	display: inline;
	margin-bottom: 0px;
	width: auto;
}

textarea.noghost {
	display: inline;
	margin-bottom: 0px;
	width: auto;
}

select.noghost {
	display: inline;
	margin-bottom: 0px;
	width: auto;
}

textarea.contract {
	display: inline;
	width: 480px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
} 

input.check {
	display: inline;
	width: 18px;
	margin-bottom: 0px;
} 

input.calculator {
	display: inline;
	width: 54px;
	margin: 0px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 11px;
}

input[type=submit] {
	line-height: 11px;
	width: auto;
}

input.calcButton {
	line-height: 11px;
	width: auto;
	margin: 0px;
}

label.inside	{
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

td.next	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #999999;
}

td.calculatorLabel	{
	color: #00AA00;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

td.label {
	font-family: helvetica,arial,sans-serif; 
	font-size: 13px; 
	font-weight: normal; 
	line-height: 13px; 
	color: #333333; 
}

td.value {
	font-family: helvetica,arial,sans-serif; 
	font-size: 13px; 
	font-weight: normal; 
	line-height: 13px; 
	color: #000000; 
}

td.approx {
	font-family: helvetica,arial,sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #888888; 
}

b.strongLabel {
	font-family: helvetica,arial,sans-serif; 
	font-weight: bold; 
	color: #0066cc; 
}

div.feedback {
	font-family: helvetica,arial,sans-serif; 
	font-size: 12px;
	color: #006600;
	background-color: #ccffcc;
	border: 1px solid #006600;
	padding: 4px;
	width: 470px;
	margin-bottom: 10px;
}


