/***************************************
****************************************
***** London Home Respiratory 2005 *****
****************************************
***************************************/


/**********************************
*********** MAIN STYLE ************
**********************************/


.maintext {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #838383;
}

.maintextorange {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color:#FF9900;
}

.maintextorange_m {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color:#FF9900;
}



/**********************************
*********** LINKS STYLE ***********
**********************************/


a:link {
	text-decoration: none;
	color:#838383;
}
a:visited {
	text-decoration: none;
	color:#838383;
}
a:active {
	text-decoration: none;
	color:#838383;
}
a:hover {
	text-decoration: none;
	color:#4E4E4E;
	background-color:#EFFAEB;
}
