BODY
{
   color: white;
   background-color: black; 
   font-family: verdana; 
}

.MENUITEM
{
   color: White;
}

.SIGNUP
{
   background-image: url('images/signup.png');
   background-repeat: no-repeat;
}

.MENUGROUP
{
   color: white;
   font-weight: bold;
   background-image: url('images/button.gif');
   background-repeat: no-repeat;
   
}

.SITECELL
{
   color: white;
   font-weight: bold;
   background-image: url('images/button_2.gif');
   background-repeat: no-repeat;
}

.TITLECELL
{
   background-color: black;
   background-image: url('images/isbanner_2.png');
   background-repeat: no-repeat;
}

.LINKSTOPCELL
{
   background-color: black;
   background-image: url('images/islinkstop_2.png');
   background-repeat: no-repeat;
}

.LINKSCELL
{
   background-color: black;
   background-image: url('images/issitelinks_2.png');
   background-repeat: no-repeat;
}

.MENUCELL
{
   background-color: black;
   background-image: url('images/ismenu_2.png');
   background-repeat: no-repeat;
}

.MAINCELL
{
   background-color: black;
   background-image: url('images/iscenter_2.png');
   background-repeat: no-repeat;
}

.NOLINK
{
}

.ARTICLEDATE
{
   font-size : small;
   color: #cdcdcd;
}

.ARTICLETITLE
{
   font-size : large;
   color: #cdcdcd;
}

.ARTICLE
{
   font-size : normal;
   color: white;
}

.ENDARTICLE
{
   background-image: url('images/endarticle.png');
   background-repeat: repeat-x;
}

hr
{
  color: #a6caf0;
  height: 2px;
  background-color: #a6caf0;
}

.HIDDENLINK
{
  color: black;
}

.MENUITEM A:link {text-decoration: none; color : white}
.MENUITEM A:visited {text-decoration: none; color : white}
.MENUITEM A:active {text-decoration: none; color : white}
.MENUITEM A:hover {text-decoration: none; color: #a6caf0; font-weight: bold}

.HIDDENLINK A:link {text-decoration: none; color : black}
.HIDDENLINK A:visited {text-decoration: none; color : black}
.HIDDENLINK A:active {text-decoration: none; color : black}
.HIDDENLINK A:hover {text-decoration: none; color: black}

.NOLINK A:link {text-decoration: none; color : black}
.NOLINK A:visited {text-decoration: none; color : black}
.NOLINK A:active {text-decoration: none; color : black}
.NOLINK A:hover {text-decoration: none; color: black}

A:link {text-decoration: none; color : white}
A:visited {text-decoration: none; color : white}
A:active {text-decoration: none; color : white}
A:hover {text-decoration: none; color: while}