/*Main body css*/

body {
	margin: 0px;
	background-image:url(../imgs/lfl_main_background.jpg);
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
	
}

td {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

th {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

.bodystyle {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

.titlemain {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	color:#562200;
	font-weight:bold;
}

.titlenav {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color:#FFC125;
	font-weight:bold;
	text-decoration: none;
}

.small {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

/*Main Table Background Images & Colors */

.tdtop {
	background-image:url(../imgs/LFL_r1_c1.jpg);
	
}

.tdcenter {
	background-color:#000000;

}

.tdnav {
	background-image:url(../imgs/LFL_r2_c3.jpg);
	background-repeat:no-repeat;
	background-color:#07AC71;
	
}

.tdmain {
	background-image:url(../imgs/LFL_r2_c7.jpg);
	background-repeat: repeat-x;
	background-color:#FFF7CF;
	
}


/*Link Effects*/

a:link {
	color: #036B4C;
}

a:visited {
  color: #562200;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #000000;
}

.leftnav a:link {color: #FFFFFF; text-decoration: underline;}
.leftnav a:visited {color: #FEE486;}
.leftnav a:hover {color: #000000; text-decoration: none;}
.leftnav a:active {color: #FFC125;}
