@charset "UTF-8"; /* http://www.w3.org/International/questions/qa-css-charset */

@media screen, projection {

#slideshow { 
	position:relative; 
	width:703px; 
	height:293px; 
	overflow:hidden; }

#slides {
	position: relative;
	background-color:#fff; 
	overflow:hidden; 
	width: 703px; 
	height:293px;
	margin:0; 
	padding:0; }

.style1 {color: #4E78A0}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;}

.style4 {color: #4E78A0; font-size: 12px; }

.style4 A:link {text-decoration: none; color: #4E78A0; font-family: Arial, Helvetica, sans-serif}
.style4 A:hover {text-decoration: underline; color: #999999; font-family: Arial, Helvetica, sans-serif}
.style4 A:visited {text-decoration: none; color: #4E78A0; font-family: Arial, Helvetica, sans-serif}

}

