*	{
	font-family: Verdana, Arial, sans-serif, monospace;
	font-size: 13px;
}

frame	{
	frameborder: none;
	bordercolor: red;
}

body	{
	color: rgb(20,20,20);
/*	background: #707070;*/
	background: rgb(255,255,255);
}

table	{
	/*background: #605060;*/
	border: outset 1;
	padding: 10pt;
	/*spacing: 0;
	border-spacing: 0;*/
	/*width: 99%;*/
	vertical cell-spacing: 0;
}

tr	{
	border: inset 1px;
	border-collapse: collapse;
}

th {
	border: inset 1px;
}

td {
	border: inset 1px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted;
}

a:link	{
	color: rgb(200,200,255);
}

a:visited	{
	color: rgb(200, 200, 230);
}

a:active	{
	color: rgb(255, 0, 100);
}

a:hover	{
	color: rgb(255, 96, 128);
}

input.checkbox {
	width: 20px;
	/*height: 30px;*/
}

input.radio {
	width: 20px;
	/*height: 30px;*/
}

td.label {
	text-align: right;
	vertical-align: top;
}

td.bordered {
	border-top: 1px dotted #000000;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left: 1px dotted #000000;
}
