@charset "UTF-8";
/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
}
img {
	border:none;
	margin:0;
	padding:0;
}



.normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#979595;
	font-weight:normal;
	text-align:center;
	letter-spacing:1px;
	line-height:190%;
}

.slides {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#979595;
	font-weight:normal;
	text-align:center;
	letter-spacing:1px;
	line-height:190%;
}




a:link {
	text-decoration: none;
	color: #ff7396;
}
a:visited {
	text-decoration: none;
	color: #ff7396;
}
a:hover {
	text-decoration: none;
	color: #ff7396;
}
a:active {
	text-decoration: none;
	color: #ff7396;
}


a.slides:link {
	text-decoration: none;
	color: #979595;
}
a.slides:visited {
	text-decoration: none;
	color: #979595;
}
a.slides:hover {
	text-decoration: none;
	color: #979595;
}
a.slides:active {
	text-decoration: none;
	color: #979595;
}


