/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: 			#000000;
	font-size:		13px;
	line-height: 	17px;
	background-color: #FFFFFF;
	margin:		 	0px;
	padding:		0px;
	margin-top:		15px;
	}
	
.subhead1 {
	font-size:		15px;
	font-weight: 	bolder;
	color:			#7F5C71;
}

.subhead2 {
	font-size:		13px;
	font-weight: 	bolder;
	color:			#7F5C71;
}

.invisible {
	color:			#FFFFFF;
}

table.main {
	border:			#8594BE 1px solid;
}

td.copyright:before {
	font-size:		10px;
	padding-bottom:	4px;
	padding-top:	20px;
	content:		"© COPYRIGHT 2006 LIGHTHOUSE CONSULTING LLC. ALL RIGHTS RESERVED.";
	display:		inherit;
}

ul {
	font-weight:	bolder;
	line-height:	16px;
	padding:		0px;
	list-style:		url("http://www.lighthouseteams.com/images/bulletsmall.gif") disc;
}

li {
	padding-bottom: 5px;
}

a {
	font-size:		13px;
	font-style:		italic;
	color:			#6980BF;
	text-decoration: none;
}

a:link {
	color:			#6980BF;
	}
	
a:visited {
	color:			#6980BF;
	}
	
a:active {
	color:			#6980BF;
	text-decoration:underline;
	}
	
a:hover	{
	color:			#6980BF;
	text-decoration:underline;
	}

