h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
    height: 50px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

table {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}	

/* Table Borders */
#contactForm {
	background-color:#E1E1E1;
	border: 1px solid #333333;
}
/* H1 Titles With Logos Behind */
#ignitionInterlock h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	font-weight: bold;
	color: #FFFFFF;
	background: #FFFFFF url(../images/hdr_smart.gif) no-repeat;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 80px;
	display: block;
}

p#newsubnav {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 30px;
	padding: 0 15px;
	display: block;
	background: #f2f2f2;
}

p#newsubnav a:hover {
	color: #000;
	text-decoration: none;
}



#contactForm td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 30px;
}

.mininav {
	display: inline;
	padding: 0 35px 0 0;
	margin-left: -20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mininav a {
	color: #0000FF;
}