body { background-color: #d9dfea; }

h1
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h2
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

p, ul, td, input, textarea
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

li { margin: 1px 0 0 0px; }
ul { padding: 0 0 0 15px; }
a { color: #002C72; }
a:hover { color: #B1BDDD; }
a:visited { color: #002C72; }

.error
{
	color: #CC0000;
	font-weight: normal;
}

/* --- Debugging --- */
#debuglog
{
	background-color: #FFFF99;
	width: 600px;
}
#debuglog pre
{
	font-family: monaco, monospace;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
}
.label
{
	color: #333;
	font-family: "Lucida grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

