body {
	margin-top:10px;
	color: #333;
	font-family:verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #aaa;
}

h1, h2 {
	font-size:15px;
	font-family:verdana, arial, sans-serif;
	color:#060;
	font-weight:600;
	text-decoration:underline;
	margin: 0 0 10 0;
	padding: 0;
}

img.ceoPic{
	margin: 10px 10px 10px 0;
}

.error {
	color:#f00;
}

.required{
	color: #930;
	font-size: 10px;
}

td.subtext{
	font-size: 10px;
}

.footer {
	font-size:11px;
	color:#fff;
}

a img{
	border: none;
}

a:link {
	color:#039;
	text-decoration:none;
	background:none;
}

a:visited {
	color:#039;
	text-decoration:none;
	background:none;
}

a:hover {
	color: #039;
	text-decoration:underline;
	background:none;
}

a:active	{
	color: #039;
	text-decoration:underline;
	background:none;
}

a.one:link {
	color:#fff;
	text-decoration:none;
	background:none;
}
	
a.one:visited {
	color:#fff;
	text-decoration:none;
	background:none;
}

a.one:hover {
	color: #000;
	text-decoration:none;
	background:none;
}

a.one:active {
	color: #000;
	text-decoration:none;
	background:none;
}

table.consumers, table.lawyers, table.consumers2{
	width:340px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #aaa;
}

table.consumers th, table.lawyers th{
	font-size: 18px;
}

table.consumers2 th{
	font-size: 10px;
}

table.consumers th, table.lawyers th, table.consumers2 th{
	padding: 2px 10px;
	margin: 0;
	text-align: left;
	font-family:arial, sans-serif;
	/*text-decoration: underline;*/
	border-bottom: 1px dotted #aaa;
	background-color: #E1FFE1;
	color: #444;
}

table.consumers td, table.lawyers td, table.consumers2 td{
	font-size: 14px;
	padding: 2px 20px;
	font-family: arial, verdana, sans-serif;
}

table.main {
	background-color:#fff;
	border: 1px solid #000;
}

table.main td.body{
	/*background-color: #ECF9FF;*/
}

table.menu tr{
	padding-right:8px;
	padding-left:8px;
}

tr.menu td {
	padding: 0 8px 0 8px;
	font-size:11px;
	color:#fff;
}

td, th{
	font-size: 12px;
	font-family:verdana, arial, sans-serif;
}

input, textarea{
	font-family:verdana, arial, sans-serif;
	font-size: 12px;
	background-color: transparent;
	border: 1px solid #555;
}

input.button{
	padding: 0;
	background-color: #ddd;
	color: #000;
	font-size: 11px;
	padding: 0 5px;
}

p{
	line-height: 160%;
}

.sub{
	color: #777;
	font-size: 10px;
}

.question{
	color: #555;
	font-weight: bold;
}

table.pricing{
	border: 1px solid #ccc;
}

table.pricing th{
	background-color: #E1FFE1;
	color: #444;
	border-bottom: 1px dotted #ccc;
}

ul.bullets{
	list-style-image: url(../images/arrow.gif);
	margin-left: 0px;
	line-height: 140%;
	padding: 0;
}

ul.bullets li{
	margin-bottom: 15px;
}

.red{
	color: cc0000;
}