
  @font-face {
    font-family: OCR A Extended;
    font-style:  normal;
    font-weight: normal;
    src: url(OCRAEXT4.eot);
  }
  @font-face {
    font-family: OCR A Extended;
    font-style:  normal;
    font-weight: 700;
    src: url(OCRAEXT5.eot);
  }

body
{
	font-family: OCR A Extended, Lucida Console, Tahoma, Arial;
	color:MidnightBlue;
	font-size:larger;
	background-image: url(raytextb.gif);
	position:relative;
	left:0px;
	top:0px;
	z-index:0
}
A:Link {color: Blue; font-weight:bolder;}
A:Visited {color: #990099; font-weight:bolder;}
A:Hover {color: Blue; font-weight:bolder;}
TD 
{
	font-family: OCR A Extended, Lucida Console, Tahoma, Arial;
	color:MidnightBlue;
	font-size:larger;
}

.opaque20
{
	z-index:-1; 
	POSITION:absolute;
	FILTER:progid:DXImageTransform.Microsoft.Alpha( Opacity=20, FinishOpacity=20, Style=3); 
	-moz-opacity:0.2;
	opacity:.20;
}

.opaque15
{
	z-index:-1; 
	POSITION:absolute;
	FILTER:progid:DXImageTransform.Microsoft.Alpha( Opacity=15, FinishOpacity=15, Style=3); 
	-moz-opacity:0.15;
	opacity:.15;
}

IMG.Glow
{
	filter:progid:DXImageTransform.Microsoft.Glow(Color=white,Strength=5);
}
DIV.MotionBlur 
{
	filter:progid:DXImageTransform.Microsoft.MotionBlur(Strength=10,Direction=260);
	width: 100%;
}
DIV.Glow
{
	filter:progid:DXImageTransform.Microsoft.Glow(Color=lime,Strength=3);
	width:100%; 
}
DIV.DropShadow
{ 
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=8, OffY=8, Color=DimGray, Positive='true'); 
	width: 100%;
}
DIV.Shadow 
{
	filter: progid:DXImageTransform.Microsoft.Shadow(color=DimGray, direction=135, Strength=10);
    width: 100%;
}
LI, LI.Normal
{
	list-style-image: url(raybul2a.gif);
	font-weight:bolder;
	cursor:default;
	color: MidnightBlue;
	background-color:Transparent;
	width:auto;
}
LI.Rollover, LI:hover
{
	list-style-image: url(raybul2d.gif);
	color: Red;
}
LI.RolloverHeavy
{
	list-style-image: url(raybul2d.gif);
	color: White;
	background-color: MidnightBlue;
	width: 17EM;
}
SPAN.Header
{
	background-color:DimGray;
	color: White;
	font-weight:bold;
	font-size:x-large;
	border-width:thin;
	border-color:Black;
	border-style:solid;
}
SPAN.Glow
{
	filter:progid:DXImageTransform.Microsoft.Glow(Color=lime,Strength=1);
	height:1EM; 
}
SPAN.Normal, SPAN.NoGlow
{
	color:MidnightBlue; 
}
