

/* `Text
----------------------------------------------------------------------------------------------------*/

body,

p {

	color: #333;

	font: 12px Helvetica, Arial, sans-serif;
	line-height: 14pt;
}



.tagline {
	font-size: 11px;
	line-height: 10pt;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #666;
}

#maincontentsubcell ul li {
	color: #333;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background: transparent url(/associations/7037/files/LFM/images/li_bullet.png) no-repeat 5px 7px;
	padding: 2px 0 4px 15px;
}


A:link { text-decoration: underline; color: #00588E}
A:active { text-decoration: underline; color: #00588E}
A:visited { text-decoration: underline; color: #00588E}
A:hover { text-decoration: underline; color: #666666}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {

	background: #fff no-repeat left top;

	font: bold 16px/14pt Arial, Helvetica, sans-serif;

	color: #00588E;
	margin: -12px 0 0;
	padding: 5px 10px 2px 0;
}



h2 {

	font: bold 16px Arial, Helvetica, sans-serif;

	color: #00588E;

	margin: 0;

	padding: 0;

}

h3 {
	color: #00588E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	line-height: 14pt;
}


/* `Table 
----------------------------------------------------------------------------------------------------*/


.tableborder {
	border: 1px solid #232323;
}

.topcellborder {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #232323;
	border-right-color: #232323;
	border-bottom-color: #232323;
	border-left-color: #232323;
}

.botcellborder {
	border-top-width: 1;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #232323;
	border-right-color: #232323;
	border-bottom-color: #232323;
	border-left-color: #232323;
}


.tdpad {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.tdpadcell {padding: 5px;}
