@charset "UTF-8";
/* CSS Document */

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #000000;
}

table.estimator
{
	border: 1px solid #990000;
	background-color: #999999;
}

th.section
{
	font-size: 16px;
	background-color:#b01e16;
	color:#ffffff;
	padding:5px;
	font-weight:bold;
	text-align:center;
}

th
{
	text-align: left;
	font-size: 14px;
}

tr.odd
{
	background-color: #ffffff;
}

tr.even
{
	background-color: #dddddd;
}

td
{
	text-align: right;
	margin: 5px;
	padding: 1px;
}

/* below borrowed from carolina-carports.com main page */
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
.style4 {font-family: Arial, Helvetica, sans-serif}
.style8 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.style11 {font-size: 12px}
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

