/* LLP CSS */

.llp_logo_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;    
    color: #008265;
}
.llp_slogo_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;    
    color: #008265;
}
.llp_blogo_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;    
    color: #008265;
}
.llp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;    
    color: #008265;
}

.llp a:link {
	color: #008265;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;   
	font-weight: bold;     
	text-decoration: none;
}
.llp a:visited {
	text-decoration: none;
	font-weight: bold;    
	color: #008265;
}
.llp a:hover {
	text-decoration: underline;   
	font-weight: bold;    
	color: #008265;
}
.llp a:active {
	text-decoration: none;
	font-weight: bold;    
	color: #008265;
}



/* General CSS*/


body {
    background-color: #FFFFFF;
}


