.ZZUTEXTAREA
{
    outline: none;
	border: 2px solid #8080ff;
	padding: 2px;
	font-family: Courier New, Courier;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
    background-color: #0000ff;

	position: absolute;
	left: 10px;
	top: 40px;
}
.HOMTEXTAREA
{
	border: 2px solid #8080ff;
	padding: 2px;
	font-family: Courier New, Courier;
	font-size: 11px;
	font-weight: bold;
}

H1
{
	display:block;
	font-family:Arial;
	font-weight:bold;
	color:#C0FFFF;
	text-align:center;
}
H2
{
	display:block;
	font-family:Arial;
	font-weight:bold;
	color:#C0FFFF;
	text-align:center;
}
H3
{
	display:block;
	font-family:Arial;
	font-weight:bold;
	color:#C0FFFF;
	text-align:left;
}
H4
{
	display:block;
	font-family:Arial;
	font-weight:bold;
	color:#C0FFFF;
	text-align:left;
}
BIG
{
	display:block;
	font-size:larger;
	font-family:Arial;
	font-weight:bold;
	color:#FFFFC0;
	text-align:left;
}
P
{
	text-align:left;
	font-family:Arial;
}
B
{
	color:#C0FFFF;
	font-weight:bold;
}
Y
{
	color:#FFC0C0;
	font-weight:bold;
}
SMALL
{
	color:#FFFFC0;
	font-size:smaller;
	font-weight:bold;
}
REDL
{
	color:Red;
	font-weight:bold;
}
YELLOWL
{
	color:#FFFF80;
	font-weight:bold;
}
GREENL
{
	color:#80FF80;
	font-weight:bold;
}
BLUEL
{
	color:#80D0FF;
	font-weight:bold;
}
GRAYL
{
	color:#C0D0D0;
	font-weight:bold;
}
BLUENORML
{
	color:#C0E0FF;
}
GRAYNORML
{
	color:#C0D0D0;
}
SMALLITAL
{
	color:White;
	font-size:smaller;
	font-style:italic;
}
WTEXT
{
	color:White;
	font-family:Arial;
	font-size:larger;
	font-style:normal;
}
LBTEXT
{
	color:#C0FFFF;
	font-size:smaller;
}
TD
{
	font-family:Arial;
}

LI
{
	list-style-image: url("pointer_bullet.png");
	font-family:Arial;
}
EMPTY
{
	content: url("empty.gif");
}

.TITLE_L
{
	background: url("empty.gif");
	height: 292px;
}
.TITLE_M
{
	background: url("rocket_dweeb_logo.png");
	width: 598px;
	height: 292px;
}
.TITLE_R
{
	background: url("empty.gif");
	height: 292px;
}
.BLOCK_UL
{
	background: url("rd_border_corner.png");
	width: 8px;
	height: 8px;
}
.BLOCK_UR
{
	background: url("rd_border_horiz.png");
	width: 8px;
	height: 8px;
}
.BLOCK_H
{
	background: url("rd_border_horiz.png");
	height: 8px;
}
.BLOCK_V
{
	background: url("rd_border_vert.png");
	width: 8px;
}
.BLOCK_V2
{
	background: url("rd_border_vert2.png");
	width: 8px;
}

.sbar-head {
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}
.sbar-cont {
  width: 100%;
  height: 16px;
  background: #808080;
}
.sbar-bar {
  height: 16px;
  background: #ffffff;
  width: 0%;
}

.msg_overlay {
  position: absolute;
  left: 600px;
  top: 600px;
  z-index: 2;
  width: 420px;
  height: 220px;
  background-color: #0000ff;
}
