.redtext{
  color:#ff6600;
}
.greentext{
  color:#C4D967;
}

/*DEBUG */
.applet_bar, .pagecontent {
  border:solid 0px yellow;
}
/*DEBUG */

.texterror
{
  color:#ff6600;
  font-weight:bold;
}

.textcomplete
{
  color:#C4D967;
  font-weight:bold;
}

.intext
{
  margin:10px;
  padding:5px;
  border:solid #ff6600 1px;
}

.small
{
  font-size: 10px;
  line-height: 100%;
}


/* default HTML stuff */
body
{
  font-family: Arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  line-height: 130%;
  color: #000000;
  background-color: #FFFFFF;

  padding: 0;
  margin: 0;
  width: 100%;    /*  http://www.webmasterworld.com/forum83/1923.htm */
}
H1
{
  font-size: 18px;
  font-weight: bold;
/*  color: #000055; */
  color: #ff6600;
  letter-spacing: 5px;
  padding: 4px;

}
H1.red, H2.red
{
  color: #ff6600;
}
H2
{
  width: 100%;
  font-family: Arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #C4D967;
  letter-spacing: 3px;
  /* padding: 4px; */
}
td,th
{
  font-family: verdana, helvetica, sans-serif;
  font-size: 12px;
  line-height: 130%;
  color: #FFFFFF;
}
a{
/*  color: #C4D967; */
  color: #ff6600;
  text-decoration: none;
}
a:hover
{
  color: #ff6600;
  text-decoration: underline;
}

.pagemain
{
  width: 100%;
  padding:0px
}

.pagecontent
{
  margin: 0px 8px 0px 8px;
  /*height:100%;*/
  height:auto;
}

.applet_bar
{
  width:180px;
 /* height:100%;*/
  margin: 0px 8px 0px 8px;
}
.applet_bar#left{
  margin-left:16px;
}
.applet_bar#right{
  margin-right:16px;
}


.applet_bar ul
{
  list-style-type: none;
  padding:0px;
  margin:0px;
}
.applet_bar#left ul
{
  margin-top:80px;
}

.applet_bar ul li {
  margin:0px;
  margin-bottom:25px;
  padding:6px;

/*  border:1px dotted white;*/
}

.applet_bar ul li.special-green {
  border:2px dotted #C4D967;
}

.applet_bar ul li.special-red {
  border:2px dotted #ff6600;
}


.applet_bar ul li h2 {
{
  font-family: Arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #C4D967;
  letter-spacing: 3px;
}
