body, div, input, p, select, td, textarea
{
	font-size: 8pt;
	font-family: tahoma, arial, Sans-Serif;
}

a, a:active, a:visited
{
	color: blue;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

.usermenu
{
    COLOR: white;
    TEXT-DECORATION: none
}
.usermenu:visited
{
	COLOR: white;
    TEXT-DECORATION: none
}
.usermenu:hover
{
    COLOR: lightgrey;
    TEXT-DECORATION: none
}

.highlight 
{
	text-decoration:none; 
	background:yellow;
}


a.disabledLink, a.disabledLink:active, a.disabledLink:visited, a.disabledLink:hover
{
	COLOR: gray;
    TEXT-DECORATION: line-through;
    font-weight: bold;
}

a.toolsMenuLink, a.toolsMenuLink:active, a.toolsMenuLink:visited
{
	COLOR: black;
    TEXT-DECORATION: none;
    font-weight: bold;
}

a.toolsMenuLink:hover
{
	COLOR: 666666;
    TEXT-DECORATION: none
}

a.topMenuLink, a.topMenuLink:active, a.topMenuLink:visited
{
	COLOR: black;
    TEXT-DECORATION: underline;
    font-weight: bold;
}

a.topMenuLink:hover
{
	 COLOR: gray;
    TEXT-DECORATION: underline;
    font-weight: bold;
}

.errorMessage
{
	color: #ff0000;
	font-weight: bold;
}

.statusMessage
{
	color: #009900;
	font-weight: bold;
}

td.whiteCell
{
	background-color: #ffffff;
}

yellowBack
{
	background-color: Yellow;
}


