/* Copyright 2005 - 2006 by Olivaw Corporation */
/* In collaboration with Arthur Kegerreis      */
p
{
color:black;
font-family:arial;
}

table
{
color:black;
font-family:arial;
font-size:10px;
line-height:1em;
border-style: grove;
border: 1;
}

thead, tfoot
{
/*text-align: center;	*/
font-size: 12px;
font-weight: bold;
}

.large{
font-size:12px;
line-height:1em;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: yellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.largehanging { 
font-size:12px;
line-height:12px;
padding-left: 5px;
text-indent: -5px;
}

.small {
font-size:10px;
line-height:1em;
}

.admin {
font-size:10px;
line-height:1em;
}

.largelist {
font-size:11px;
line-height:1em;
}

a:link {
color: #000033;
text-decoration: none;
}

a:visited {
color: #666666;
text-decoration: none;
}

a:hover {
color: #990000;
}

a:active {
color: #FF0000;
}