/* lsrlawfirm.css */

body 
	{
	background: white;
	color: black;
	font-size: 11pt;
	}

td
	{
	background:  transparent;
	font-size: 11pt;
	vertical-align: top;
	}
th
	{
	background:  transparent;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	}

a, a:link, a:visited
	{
	text-decoration: none;
	font-weight: normal;
	color: black;
	font-size: 11pt;
	font-style: italic;
	}
	
a:active, a:hover
	{
	text-decoration: underline;
	font-weight: normal;
	color: #000044;
	font-size: 11pt;
	font-style: normal;
	}
	

.align_center
	{
	text-align: center;
	}

h2 /* used for the atty's names */
	{
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	}

h3 /* used for the lawyers specialty */
	{
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	}

/* Home & contact us */
a.home_contact_links, a.home_contact_links:link, a.home_contact_links:visited
	{
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 11pt;
	font-style: normal;
	}
	
a.home_contact_links:active, a.home_contact_links:hover
	{
	text-decoration: underline;
	font-weight: bold;
	color: #000044;
	font-size: 11pt;
	font-style: normal;
	}
	