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

body,

p {

	color: #333;

	font: 12px Helvetica, Arial, Geneva, sans-serif;

}




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

#maincontentsubcell ul li {
	color: #333;
	font: 12px 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: #0058e0}
A:active { text-decoration: underline; color: #0058e0}
A:visited { text-decoration: underline; color: #0058e0}
A:hover { text-decoration: underline; color: #666666}


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


h1 {

	color: #002540;

	font: bold 16px/16pt Arial, Helvetica, sans-serif;
	margin: -12px 0;
	border: none;

	padding: 10px 10px 5px 0;
}


h2 {

	color: #002540;

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

	margin: 0;

	padding: 10px 0 0 0;

}



h3 {
	color: #0058e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}


/* `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;}
