/* Lakeside Group Website

CSS Type Document

Written by James Lester - Preview, January 2006 */


img { border: 0; } 

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
	font-size: 18px;
	margin-top: 0px;
}

p, li, ul {
	line-height: 200%;
} 


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}



a {
	text-decoration: none;
	color: #003366;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #134373;
}
a:active {
	text-decoration: none;
	color: #003366;
}





a.footerlink {
	font-size: 9px;
}
a.footerlink:link {
	color: #003366;
	text-decoration: none;
}
a.footerlink:visited {
	text-decoration: none;
	color: #003366;
}
a.footerlink:hover {
	text-decoration: underline;
	color: #003366;
}
a.footerlink:active {
	text-decoration: none;
	color: #003366;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	padding: 0;
	margin: 0;
	display: block;
	padding: 0 0 0 10px;
	margin: 0;
	background-image: url(../images/bullett.gif);
	background-repeat: no-repeat;
	background-position: -0 9px;
}

