HTML {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

P, UL, TD, TH, .error {
	color: #000000;
	font-size: 10pt ;
}

p.description {

	margin-left: 20px;
	margin-right: 20px;
/*	margin-top: 20px;*/
	margin-bottom: 20px;
/*	width: 600px;*/
	white-space: normal;
}

p.eula {

	margin-left: 20px;
	margin-right: 20px;
/*	margin-top: 20px;*/
	margin-bottom: 20px;
	width: 600px;
	white-space: normal;
}

.error, .errormsg
{
	color: red;
}

.caption
{
	font-size: 8pt
}

.log
{
	font-family: 'Courier New', Courier, monospace;
}

h1, h2, h3
{
	color: #330000;
}

h1
{
	font-size: 14pt;
}

h2
{
	font-size: 13pt;
}

h3
{
	font-size: 12pt;
}

td
{
	text-align: left;
}

table.center
{
	margin-left:auto;
	margin-right:auto;
}

td.bigtitle
{
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
}

.h2label
{
	font-size: 13pt;
	color: #330000;
}
.JewishDate
{
	font-size: 8pt;
}

/********************************************************************
 * tables (with single line borders
 */
table.single,
td.singleleft,   td.singleleftgrey,		th.singleleft,
td.singlecenter, td.singlecentergrey,	th.singlecenter,
td.singleright,  td.singlecentergrey,	th.singleright
{
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	border-collapse: collapse;
	font-size: 10pt;
	color: #000000;
}

th.singleleft,
th.singlecenter,
th.singleright
{
	color: #143560;
}

th.singlecenter, td.singlecenter, td.center
{
	text-align: center;
}

th.singleright, td.singleright, td.right
{
	color: #143560;
	text-align: right;
}

td.singleleftgrey,
td.singlecentergrey,
td.singlerightgrey
{
	color: grey;
}

/*****************************************
 * labels
 */
.label, td.label,
.labelright, td.labelright,
.labelcenter, td.labelcenter,
p.label, p.labelcenter,
a.help
{
	color: #143560;
	font-size: 10pt ;
	font-weight:bold;
}

.labelright, td.labelright
{
	text-align: right;
}

.labelcenter, td.labelcenter, p.labelcenter
{
	text-align: center;
}

a.help
{
	cursor: auto;
	text-decoration: none;
	color: #143560;
}

a.help:hover
{
	color: black;
	text-decoration: underline;
}


/********************************************
* menus
*/
.displaymenu
{
	color: #143560;
	font-size: 9pt ;
	font-weight: bold;
}

A.menu
{
	font-size: 9pt ;
	cursor: auto;
	text-decoration: none;
	color: #143560;
}

A.menu:hover
{
	color: black;
	text-decoration: underline;
}


