/* CSS Document */


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #000000;
	text-decoration: underline;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background-image: url(../_images/bg-actor-side.gif);
	
	}



.bTopBG {
background-image: url(../_images/body/bg_top2.gif);
background-repeat:repeat-x;
}
