body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*change the background colour to match your own pages*/
form_body 
{

}

/*all the text from the is this */
.text
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:bold;
	
}
/*combo boxes*/
.combo
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:bold;
}

/*table borders are here*/
.table_border
{
border:#000000;
border-collapse:collapse;
border-style:solid;
border-width:1px;

}
/* main get quote button.*/
.button
{
border: 1px solid #000000;	
background-color:#0098D3;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}


