/********************************
* Content fonts
********************************/

.contact_font {
	font-family: Arial;
	font-size: 10px;
	align: center;
	color: #000000;
}

.content_main_font {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.estimator_font {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.estimator_font_table {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.estimator_font_heading {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.estimator_font_footnote {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}

.window_font {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.window_font_heading {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/********************************
* Content links
********************************/

.contact_link {
	font-family: Arial;
	font-size: 10px;
	color: #3333DD;
	text-decoration: none;
}

.content_main_link {
	font-family: Arial;
	font-size: 12px;
	color: #3333DD;
	text-decoration: none;
}

.window_link {
	font-family: Verdana;
	font-size: 12px;
	color: #3333DD;
	text-decoration: none;
}

/********************************
* Content cells
********************************/

.contact_cell { 
	padding-left: 6px;
	padding-right: 6px;
	background-color: #F1F1F1;
}

.content_main_cell { 
	padding-left: 6px;
	padding-right: 6px;
	background-color: #F1F1F1;
}

.estimator_cell { 
	background-color: #8080FF;
}

.estimator_cell_tab { 
	background-color: #8080FF;
	cursor: hand;
}

.estimator_cell_footnote { 
	padding-left: 6px;
	padding-right: 6px;
	background-color: #8080FF;
}

/********************************
* Content cells
********************************/
.estimator_border_bottom {
	border-bottom: 1px solid;
	border-color: #CCCCCC;
}

.estimator_border_right {
	border-right: 1px solid;
	border-color: #CCCCCC;
}
