body {
        font-family: "Arial", Times, serif;
        font-size: 12px;
        scrollbar-3dlight-color: rgb(125,170,200);
        scrollbar-darkshadow-color: rgb(5,75,114);
        scrollbar-face-color: rgb(68,130,162);
        scrollbar-highlight-color: rgb(68,130,162);
        scrollbar-shadow-color: rgb(5,75,114);
        scrollbar-track-color: rgb(106,106,106);
        text-align: left;
        vertical-align: top;
}




/*  -------  Main Menu On The Left  -------  */

/* unvisited link */
a.menu:link {
        color: #000000;
        text-decoration:none;
        font-weight: bold;
}

/* Menu visited link */
a.menu:visited {
        color: #000000;
        text-decoration:none;
        font-weight: bold;
}

/* Menu mouse over link */
a.menu:hover {
        color: #508dab;
        text-decoration:none;
}

/* Menu selected link */
a.menu:active {
        color: #000000;
        text-decoration:none;
}

/*  -------  Newsitems  ------- */

/* unvisited link */
a.news:link {
        color: #000000;
        text-decoration:none;
        font-weight: bold;
}

/* Menu visited link */
a.news:visited {
        color: #000000;
        text-decoration:none;
        font-weight: bold;
}

/* Menu mouse over link */
a.news:hover {
        color: #508dab;
        text-decoration:none;
}

/* Menu selected link */
a.news:active {
        color: #000000;
        text-decoration:none;
}

/*  -------  MembersSection  ------- */

/* unvisited, visited, selected  link */
a.members:link, visited, active {
        color: #000000;
        text-decoration:none;
        font-weight: bold;
}

/* Menu mouse over link */
a.members:hover {
        color: #508dab;
        text-decoration:bold;
}
}

/*  -------  NewUserName  -------  */

/* unvisited, visited, selected  link */
a.newsusername:link, visited, active {
        color: #000000;
        text-decoration:none;
        font-weight: bold;
}

/* Menu mouse over link */
a.newsusername:hover {
        color: #508dab;
        text-decoration:bold;
}

/*  -------  Poll  -------  */

a.poll:link {
                display:block;
                width:173px;
                margin: 1em 0; padding:7px 0 10px 20px;
                font: bold 14px/1 sans-serif;
                color:#c60;
                background: url("images/poll_table_option_text.png") 0 0 no-repeat;
                text-decoration: none;
                }
a.poll:hover {
                background-position: -173px 0;
                color: #E9BE75;
                }
a.poll:active {
                background-position: -346px 0;
                color:white;
                }


/*  -------  OVerall Content of the site  -------  */


/* unvisited link */
a:link {
        color: #000000;
        text-decoration:underline;
        font-weight: bold;
}

/* visited link */
a:visited {
        color: #000000;
        text-decoration:none;
        font-weight: bold;
}

/* mouse over link */
a:hover {
        color: #508dab;
        text-decoration:none;
}

/* selected link */
a:active {
        color: #000000;
        text-decoration:none;
}

TABLE
{
        text-align: left;
}

TABLE.pageText
{
        color: #000000;
        text-align: left;
}

IFRAME.commentFrame
{
  border:1px solid rgb(68,130,162);
}

DIV.quote
{
  padding-left: 15px;
  color: #808080;
  font-family: "Arial";
  font-size: 11px;
  font-style : italic;
}

td {
        font-family: "Arial", Times, serif;
        font-size: 12px;
}

th {
        font-family: "Arial", Times, serif;
        font-size: 12px;
}

form {
        font-family: "Arial", Times, serif;
        font-size: 12px;
        }

input {
        font-family: "Arial", Times, serif;
        font-size: 12px;
}

textarea {
        font-family: "Arial", Times, serif;
        font-size: 12px;
}

select {
        font-family: "Arial", Times, serif;
        font-size: 12px;
}

ul {
        font-family: "Arial", Times, serif;
        font-size: 12px;
        list-style-type: circle;
        list-style-position: outside;
}

li {
        font-family: "Arial", Times, serif;
        font-size: 12px;
}

ol {
        font-family: "Arial", Times, serif;
        font-size: 12px;
        list-style-type: upper-alpha;
        list-style-position: outside;
}

.small {
        font-family: "Arial", Times, serif;
        font-size: 9px;
}

.big {
        font-family: "Arial", Times, serif;
        font-size: 18px;
}

.bodystyle {
        font-family: "Arial", Times, serif;
        font-size: 12px;
}

.box1 {
        padding: 3px;
        border-width: thin;
        border-style: solid;
        border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
        border-width: 3px;
        border-style: solid;
        padding: 5px;
}

img {
        border: none;
}

.linkback {
        font-size: 12px;
        font-style: italic;
        font-weight: bolder;
        color: #006666;
        text-decoration:none;
}
