@charset "utf-8";
/* CSS Document */
.menulrg {
    color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:25px; 
	padding-right:8px;
	text-decoration: none;
}
.menusml {
    color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	padding-right:8px;
	text-decoration: none;
}
.body {
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}
.body a:link {
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #ff6600;
	text-decoration: underline;
}
.body a:visited {
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #ff6600;
	text-decoration: underline;
}
.body a:hover {
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #ff6600;
	text-decoration: underline;
}
.body a:active {
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #ff6600;
	text-decoration: underline;
}

