body {
  FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, sans-serif;
  FONT-SIZE: 12px;
  margin: 0px;
}

P, SPAN, UL, OL, TD, BLOCKQUOTE 
{
  FONT-SIZE: 12px;
  FONT-FAMILY: Verdana, Arial, Helvetica,
}

.linkbar-cell {
        border-bottom:1px solid #666;
        border-top:1px solid #666;
        padding:4px 30px;
        font-size:14px;
        font-weight:bold; 
}

input, textarea, select {
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#333;
}


input.radio { 
    border: 0px; 
	padding: 0px;
	margin: 0px;
}


.submit {
    font-weight: bold;
    text-align: center;
}

UL 
{
FONT-SIZE: 12px;
}

PRE 
{
FONT-FAMILY: Courier New, Courier, Monaco, monospace;
}

HR 
{
FONT-FAMILY: Courier New, Courier, Monaco, monospace;
}

.module-header 
{
   font-size:12px;
   font-weight: bold;
}

.admin 
{
font-weight: bold;
background-color: yellow;
color: black;
font-size: 10px;
FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

.admin A:link, .admin A:visited {
	color: blue;
}


.warning 
{
font-size: 18px;
}

.linkbar 
{
padding: 4px;
}

.boxed 
{
font-size: 11px; 
border:1px solid #003300;
padding:5px;
margin-bottom:10px;
font-weight:normal;
}

.news-title 
{
font-weight: bold;
}


.linkbar-main 
{
font-weight: bold;
font-size: 12px;
}

PRE
{
COLOR: black;
}

HR
{
COLOR: black;
height: 1px;
}


.left-sidebar {
	margin-top: 0px;
	border: 1px solid #666;
}


a.tooltip{
    position:relative;
    z-index:24;
}

a.tooltip:hover{
    z-index:25; 
    background-color:#ff0;
    text-decoration: none;
}

a.tooltip span{
    display: none;
    text-decoration: none;
    font-weight: normal;
}

a.tooltip:hover span{
    display:block; 
    position:absolute;
    top:1.5em; left:2em; width:25em;
    border:1px solid black;
    background-color:#fff;
    color:#000;
    padding: 4px;
    text-decoration: none;
}


