BODY
        {
	  background-color: #282828;
	  color: #ffffff;
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 10pt;
        }
TD, P
        {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 10pt;
        }

A:link, A:visited, A:active 
	{ color: orange; }

A:hover 
	{ color: #6699ff; }

A.sidebar:link, A.sidebar:visited, A.sidebar:active
        { color: black;
          text-decoration: none;
        }

A.sidebar:hover
        { color: red; }

.title
        {
          font-size: 14px;
          font-weight: bold;
        }
.desc
        {
          font-size: 12px;
        }
.caption
        {
          font-size: 11px;
        }
.error
        {
          color: red;
          font-size: 12px;
        }
.head
        {
          color: red;
          font-size: 20px;
          font-weight: bold;
        }
.center
        {
        text-align: center;
        }

.bread
        {
          font-size: 11px;
        }
.nav
        {
          font-size: 12px;
        }

.menutext
        {
          font-size: 11px;
          font-weight: normal;
        }

.menu
        {
          font-size: 12px;
        text-decoration: none;
        }

.details
        {
          font-size: 10px;
        }

.editlink
        {
          font-size: 10px;
        }

table.comments, table.breadcrumb, table.nav, table.thumbs, table.screen,
table.menubox, table.header
{
  width: 100%;
}

#text {
        height: 100px;
        width: 100px;
        overflow: none;
        display: none;
}                      

input.submit{
        border:1px solid #000000;
        background:#fafafa;
        font-size:11px;
        font-weight:bold
}
