.mspg {font-family:‚l‚r ‚oƒSƒVƒbƒN;}
A:link, A:visited { text-decoration: none }
A:hover, A:active { text-decoration: underline }
A:link { color: #ff3366 }
A:visited { color: #ff3366 }
A:hover { color: #ff0000 }
A:active { color: #ff3366 }
BODY{
  SCROLLBAR-FACE-COLOR: #99ccff;
  SCROLLBAR-HIGHLIGHT-COLOR: #99ccff;
  SCROLLBAR-SHADOW-COLOR: #99ccff;
  SCROLLBAR-3DLIGHT-COLOR: #ffffff;
  SCROLLBAR-ARROW-COLOR: #ccffff;
  SCROLLBAR-TRACK-COLOR: #ffffff;
  SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
.line125 {  line-height: 125%}


img{
	border :0;
}


#slider {


}



		/*
			Load CSS before JavaScript
		*/
		
		/*
			Slides container
			Important:
			Set the width of your slides container
			Set to display none, prevents content flash
		*/
		.slides_container {
			width:900px;
			display:none;
		}

		/*
			Each slide
			Important:
			Set the width of your slides
			If height not specified height will be set by the slide content
			Set to display block
		*/
		.slides_container div {
			width:900px;
			height:405px;
			display:block;
		}
		

