@charset "utf-8";
/* CSS Document */
<style type="text/css">

body {
	background-color: #262222;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.footer {	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 14px;
}
a.footer {	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 14px;
	text-decoration: none;
}
a.footer:hover {	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #777;
	line-height: 14px;
	text-decoration: underline;
}

body,td,th {
	color: #0D0D0D;
}	

.heading {
	font-family : Times New Roman, Times, serif;
	color : #cccccc;
	font-size : 24px;
}

a.heading {
	font-family : Times New Roman, Times, serif;
	color : #cccccc;
	font-size : 24px;
	font-style :  normal;
	text-decoration : none;
	line-height : 30px;
}

a.heading:hover {
	font-family : Times New Roman, Times, serif;
	font-style : normal;
	color : #cccccc;
	text-decoration : underline;
	line-height : 30px;
}

a.back {
	font-family : Times New Roman, Times, serif;
	color : #000000;
	font-size : 18px;
	font-style :  bold;
	text-decoration : none;
}

a.back:hover {
	font-family : Times New Roman, Times, serif;
	font-style : bold;
	color : #999999;
	text-decoration : underline;
}

div.scroller {
	/* Set it so we could calculate the offsetLeft */
  position: relative;
	height: 400px;
	width: 1024px;
	/* Add scroll-bars */
  overflow: auto;
}

ul.scroller {
  display: block;
  height: 0px;
  /* Max width here, for users without Javascript */
  width: 3000px;
  padding: 0px 0 0 20px;
  /* Remove default margin */
  margin: 0;
  list-style: none;
}

.scroller li {
  display: block;
  float: left;
  padding: 0 4px;
}

.scroller a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.scroller a:hover  {
  display: block;
  color: #999999;
  text-decoration: underline;
  }

.scroller img {
  border: 0px;
    color: #999999;
  padding-right:40px;
}

.scroller a:hover img {
  border: 0px;
    color: #999999;
  	text-decoration : none;
}

.scroller span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 10px;
  text-align: left;
  font-size: 18px;
  color: #999999;
  font-family : Times New Roman, Times, serif;
  text-decoration : none;
}

.scroller a: span  {
  display: block;
  color : #999999;
  text-decoration: none;
}

.scroller a:hover span {
  display: block;
  color: #999999;
  text-decoration: underline;
}

.about {
	font-family : Times New Roman, Times, serif;
	color : #929292;
	font-size : 17px;
	font-weight: bold;
	line-height : 25px;
}

a.about {
	font-family : Times New Roman, Times, serif;
	color : #929292;
	font-size : 17px;
	font-weight: bold;
	font-style :  normal;
	text-decoration : none;
	line-height : 25px;
}

a.about:hover {
	font-family : Times New Roman, Times, serif;
	font-style : normal;
	font-weight: bold;
	color : #cccccc;
	text-decoration : none;
	line-height : 25px;
}

</style>
