/* GENERAL RULES */
body {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 .8em 4px;
	font-size: 11px;
	line-height: 1.3em;
}

a, a:visited, a:active {
	color: #f7941d;
	text-decoration: underline;
}

a:hover {
	color: #f7941d;
	text-decoration: none;
}

h2 {
	margin: 0 0 .8em 0;
	color: #f7941d;
	font-size: 14px;
	line-height: 1.3em;
}

h3 {
	margin: 0 0 .8em 0;
	color: #666666;
	font-size: 12px;
	line-height: 1.3em;
}

ul {
	margin-top: 0;
	margin-bottom: 1em;
}

li {
	margin-top: 0;
}



/* tables */
td, th {
	padding: 0;
	vertical-align: top;
	font-size: 11px;
}

table.main {
	width: 800px;
	border: 1px solid #6C7A99;
}

table.footer {
	width: 800px;
}

table.footer tr td p {
	margin: 3px;
}

table.logo {
	margin-top: 0px;
}

td.content {
	padding: 16px;
}

td.help {
	background: url(images/help_background.gif) no-repeat;
	padding-top: 52px;
	padding-left: 23px;
	border-left: 1px solid #6C7A99;
}

table.testimonial {
}

table.serviceCall {
	border: 1px solid #666666;
	border-collapse: collapse;
}

table.serviceCall tr th {
	background: #a6ce39;
	padding: 4px 6px 4px 6px;
	color: #333333;
	text-align: left;
}

table.serviceCall tr td {
	padding: 6px;
	color: #333333;
	border-bottom: 1px dashed #666666;
}

/* images */
img {
	border: 0;
}