BODY
{
     font-family: "Arial", "Verdana", sans-serif;
     font-size: 10pt;
     margin: 0px;
     background: #EEEEEE;
}

TABLE
{
     font-family: "Arial", "Verdana", sans-serif;
     font-size: 10pt;
}

.pagetitle
{
    FONT-SIZE: 13pt;
    FONT-WEIGHT: bold;
    COLOR: #FFFFFF;
}

.title
{
    FONT-SIZE: 13pt;
    FONT-WEIGHT: bold;
    COLOR: #000000;
	text-decoration: none;
}

.submenu
{
     font-family: "Arial", sans-serif;
     font-size: 9pt;
     font-weight: bold;
     text-decoration: none;
     color: #ffffff;
}

A
{
	color: purple;
	text-decoration: underline;
}

A.submenu:hover
{
    color: #9fcfcf
}


.classdigit
{
	width: 32px;
	height: 26px;
	border: 1px solid #000000;
	background: #ffffff;
	font: 18px;
}

.classhex
{
	width: 32px;
	height: 26px;
	border: 1px solid #000000;
	background: beige;
	font: 16px;
}

.classop
{
	width: 32px;
	height: 26px;
	border: 1px solid #000000;
	background: #ffdd9a;
	font: 24px;
}

.classequals
{
	width: 69px;
	height: 26px;
	border: 1px solid #000000;
	background: orange;
	font: 24px;
}

.classfunction
{
	width: 32px;
	height: 26px;
	border: 1px solid #000000;
	background: #99ffff;
	font: 14px;
}

.classclear
{
	width: 32px;
	height: 26px;
	border: 1px solid #000000;
	background: #999999;
	font: 16px;
}

.classfunc2
{
	width: 32px;
	height: 26px;
	border: 1px solid #000000;
	background: #99ff9b;
	font: 16px;
}

.classdisabled
{
	width: 32px;
	height: 26px;
	border: 1px solid #808080;
	background: #dddddd;
	font: 16px;
}

.tooltext
{
	font: 10px;
}

.toolcap
{
	font-size: 14px;
	font-weight: bold;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	background: black;
	color: white;
	width: 100%;
}

.toolback
{
	background: #ffffdf;
	border: solid 1px black;
}