/*
.slideoutBG {
	background-image: url(../_images/slideout/bg.jpg);
	background-repeat: no-repeat;
}
*/
.slideoutLink {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.slideoutBG {
	background-color: #F4F4F4;

}
a.slideoutLink:visited { 
	color: #000000;
	text-decoration: none;
}
a.slideoutLink:active { 
	color: #FF0000;
	text-decoration: none;
}
a.slideoutLink:hover { 
	color: #FF0000;
	text-decoration: none;
}
a.slideoutLink:link { 
	color: #000000;
	text-decoration: none;
}
