body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #0d2555; color: #0d2555;
}

a:link {font-family: Arial; color: White; text-decoration: none;}
a:visited {font-family: Arial; color: White; text-decoration: none;}
a:hover {font-family: Arial; color: #99CCFF; text-decoration: none;}
a:active {font-family: Arial; color: #99CCFF; text-decoration: none;}.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0d2555;
}
.subtitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F57A3F;
}

.title1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0d2555;}
.body1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}

.test
{
    border: 1px solid red;
}

/***********************************Estimator Form Formatting **********************/
form.estimate 
{
    margin:20px 5px 0 5px;
    width:350px;
}

form.estimate label {
    font-weight: bold;
    font-size: small;
    color: #333;
    line-height: 150%;
}

form.estimate label.fixedwidth {
    display: block;
    width: 75px;
    float:left;
}

form.estimate .buttonarea input {
    font-weight: bold;
    padding:2px;
}

form.estimate .buttonarea {
    text-align:center;
    padding:4px;
}

form.estimate .textarea input
{
    width: 50px;
}

/***********************************Email Form Formatting **********************/
form.email 
{
    margin:20px 5px 0 5px;
    width:438px;
}

form.email label {
    font-weight: bold;
    font-size: small;
    color: #333;
    line-height: 150%;
}

form.email label.fixedwidth {
    display: block;
    width: 82px;
    float:left;
    height: 19px;
}

form.email .buttonarea input {
    font-weight: bold;
    padding:2px;
}

form.email .buttonarea {
    text-align:center;
    padding:4px;
}

form.email .textarea input
{
    width: 50px;
}