.hovcomm {
    color: blue;
    cursor: help;
}

.hovcomm .dashes {
    display: none;
}

.hovcomm .inner {
    position: absolute;
    display: none;
    background-color: #0000CD;
    border: 1px solid black;
    padding: 5px;
    width: 30%;
    color: white;
    cursor: text;
}

.hovcomm .show {
    display: block;
}

body {font-family: Tahoma, "Times New Roman", Arial;
       font-size: 12; }
       
table { font-family: Arial, Tahoma, "Times New Roman";
    	FONT-SIZE: small;
	color: black; }
              
select { font-family: Tahoma, "Times New Roman", Arial;
	      font-size: 10;
	      font-weight: bold;
     	      color: black; }

input { font-family: Tahoma, "Times New Roman", Arial;
	      font-size: 10;
	      font-weight: bold;
     	      color: black; }

textarea { font-family: Tahoma, "Times New Roman", Arial;
	      font-size: 10;
	      font-weight: bold;
     	      color: black; }

UL
{
    LIST-STYLE-TYPE: NONE;
}

LI
{
    MARGIN-TOP: 6px; 
    MARGIN-BOTTOM: 6px;
    MARGIN-LEFT: -20px;
}

.BigList TD
{
    FONT-FAMILY: Tahoma, Arial, Helvetica, Verdana;
    FONT-SIZE: x-small;
    border-bottom: 2px outset #5a0029;
    border-right: 1px outset #5a0029;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    vertical-align: top;
}

.menu {font-family: Tahoma, "Times New Roman", Arial;
       font-variant: small-caps; 
       font-weight: bold;
       font-size: 10;
       color: white; }
   
.linkstable { font-family: Tahoma, "Times New Roman", Arial;
	      font-size: 10;
	      color: white;
	      font-weight: bold; 
	      text-decoration: none; }
.infotable
{
	BACKGROUND-COLOR: #f0f0e0;
	BORDER-BOTTOM: #ffffff 0px solid;
	BORDER-COLLAPSE: collapse;
	BORDER-LEFT: #ffffff 0px solid;
	BORDER-RIGHT: #ffffff 0px solid;
	BORDER-TOP: #ffffff 0px solid;
	FONT-SIZE: 70%;
}
.issuetable
{
	BORDER-COLLAPSE: collapse;
	FONT-SIZE: 100%;
	MARGIN-BOTTOM: 10px;
	MARGIN-TOP: 0px
}
.expandable
{
	CURSOR: hand
}
.expanded
{
	color: black
}
.collapsed
{
	DISPLAY: none
}

