/* CSS Document */

body {
	background-color: #333333;
	background-image: url();
	background-repeat: no-repeat;
	background-position:center;
	background-position:top

}
.style7 {
	color: #ED1B24;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style11 {color: #555555; font-family: Arial, Helvetica, sans-serif; }
a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.style20 {font-size: 12px}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.style27 {font-size: 16px}
.style28 {color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style29 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.style30 {color: #CCCCCC}
.style37 {color: #666666; font-family: Arial, Helvetica, sans-serif; }
.style32 {color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 36px; }
.style36 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
}
.style38 {font-size: 18px; }
.style40 {font-size: 16px; font-style: italic; }
.style44 {color: #666666; font-size: 18px; }
.style45 {	font-size: 24px;
	font-weight: bold;
}
.style47 {font-size: 20px; font-weight: bold; }
.style48 {color: #FF0000}
.slideshow {
	font-family:Arial, Helvetica, sans-serif;
	width:336px;
	height:310px;
	overflow:hidden;
	background-color:;
	color:#FFFFFF;
	border:2px solid #FFFFFF;
}
.slideshow > ul {
	margin: 0;
	padding: 0;
}
.slideshow > ul > li {
	display:inline;
	margin:0px;
	padding:0px;
	font-size:1px;
	margin-right: -1px;
}
.slideshow > ul > li > div {
  display: none;
  text-decoration: none;
  float:left;
}
.slideshow > ul > li > div > p {
  font-size:11px;
  text-align:center;
  padding:10px 0px 0px 0px;
  margin:0px;
  color:#666666;
}
.slideshow > ul > li > div > a > img {
	border:2px solid #FFFFFF;
	width:332px;
}
.slideshow  > ul > li > img {
	border:2px solid #FFFFFF;
	margin:0px;
	padding:0px;
	width:80px;
	height:60px;
}
/* Shows slides */
.slideshow > ul > li:hover > div {
	display: block;
}
/* Highlights the thumbnail over it */
.slideshow > ul > li:hover > img {
	border-color:#FFFFFF;
}
