img {
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
border:0
}

a.thumbrollover {
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
	display: block;
	width: 90px;
	height: 68px;
	text-decoration: none;
	background-image: url(menu/frame90x68.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #000000;
}
a.thumbrollover:hover {
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
	background-position: -90px 0;
}
a.thumbrollover:visited {
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
}

a#redbutton {
    display: block;
    width: 195px;
    height: 100px;
    margin: 0 auto;
}
a#redbutton:hover {
    background-image: url(menu/edu_tut_ov.gif);
}

.NormalTextRealtedLinks {
	FONT-SIZE: 12px;
	COLOR: #F00;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none;
}
a.NormalTextRealtedLinks {
}
a.NormalTextRealtedLinks:hover {
}

a.NormalTextRealtedLinks:visited
{
	color: #C30;
}

