BODY {
  background: #FFFFFF;
  font-family: "Times", serif;
}
IMG             {border = 0}
A								{text-decoration: none;}
A:link          {font-family: "Times", serif;}
A:link          {font-family: "Times", serif; color: black;}
A:visited       {font-family: "Times", serif; color: #404040;}
A:hover         {font-family: "Times", serif; color: #909090; text-decoration: underline;}
A:active        {font-family: "Times", serif; color: black; text-decoration: none}

B               {font-family: "Times", serif;}
TABLE           {font-family: "Times", serif;}
TABLE:TD        {font-family: "Times", serif;}

#highlight {
  color: #D0D0D0 ;
}
#midlight {
  background: #707070 ;
}
#lowlight {
  background: #000000 ;
}
#nolight {
  background: #FFFFFF
}

DIV.list, SPAN.list
{
	border: 1px solid #7F9DB9;
	padding: 2px;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow: scroll;
	background-color: #FFFFFF;
}

.success
{
	font-weight: bold;
	color: #00AA00;
}

.error
{
	font-weight: bold;
	color: #FF0000;
}

A.menu1
{
	font-size: 16pt;
}

A.menu2
{
	font-size: 14pt;
}

A.menu3
{
	font-size: 12pt;
}

A.menu4
{
	font-size: 10pt;
}

A.menu1_highlight
{
	font-size: 16pt;
	/*color: #FF0000;*/
}

A.menu2_highlight
{
	font-size: 14pt;
	/*color: #FF0000;*/
}

A.menu3_highlight
{
	font-size: 12pt;
	/*color: #FF0000;*/
}

A.menu4_highlight
{
	font-size: 10pt;
	/*color: #FF0000;*/
}

A.menu1_shade
{
	font-size: 16pt;
	color: #999999;
}

A.menu2_shade
{
	font-size: 14pt;
	color: #999999;
}

A.menu3_shade
{
	font-size: 12pt;
	color: #999999;
}

A.menu4_shade
{
	font-size: 10pt;
	color: #999999;
}

A.menu1_halfshade
{
	font-size: 16pt;
	color: #666666;
}

A.menu2_halfshade
{
	font-size: 14pt;
	color: #666666;
}

A.menu3_halfshade
{
	font-size: 12pt;
	color: #666666;
}

A.menu4_halfshade
{
	font-size: 10pt;
	color: #666666;
}

.todo_done
{
	text-decoration: line-through;
}