<!--
img.elastic {
width:100%;
border:0px;
}
-->
img{
opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
}
img:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
#thumbs{
font-size:0;
}
div.topright{
	display:block;
	/*set the div in the top right corner*/
    position:absolute;
	top:0;
	right:0;
	/*style*/
    font-size:13px;
}
#left{
left: 0;
bottom: 0;
position: absolute;
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body,td,th {
	font-family: Courier New;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #CCCCCC;
	background-image: url(bg.gif);
	text-align:center;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: line-through;
	color: #000000;
}
a:active {
	text-decoration: line-through;
	color: #333333;
}
ul#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#menu li {
	margin-top: 2px;
}
ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#menu ol li {
  border-bottom: none;
  font-size: 11px;
}
ul#menu a {
  text-decoration: line-though;
  outline: none;
}
ul#menu a.active {
	text-decoration:line-through;
}