BODY  {

	background-color : white;

	color : Black;

	margin : 32;

}

A:link { color: #0000FF }

A:visited { color: #336699 }

A:active { color: #0099FF }

.header  {

	background-color : #6699CC;

	color : white;

	text-align : center;

	font-weight : bold;

}

.white  {

	color : white;

}

A.white:link { color: white }

A.white:visited { color: white }

A.white:hover  {

	color : #6699CC;

}

.darktext  {

	color : Black;

}

.menu  {

	background-color : #006699;

}

.light  {

	background-color : #6699CC;

}

TD.menuitem  {

	cursor : hand;

	background-color : #006699;

	color : white;

	font-weight : bold;

	text-align : right;

}

TD.newmenuitem  {

	cursor : hand;

	background-color : #6699CC;

	color : white;

	font-weight : bold;

	text-align : right;

}

.sans  {

	font-family : Arial, Verdana, sans-serif;

	font-size : 10pt;

}

.code {

	color : #006699;

	margin : 32;

	font-family : monospace;

	font-size : 10pt;

    background-color: white;
}
