	a, td, table, body, input, select { 
		font-family: Verdana, Arial; 
		font-size: 10pt; 
		color: #000099; 
		text-decoration: none;
	}
	body {
		background-color: #f0f0f0;
	}
	input, select { 
		background-color: #e0e0e0; 
	}
	table, tr, .radiobutton {
		background-color: #e0e0f0;
	}
	tr.c0 { 
		background-color: #f0f0ff;
	}
	tr.c1 {
		background-color: #e0e0f0; 
	}
	table.panel { 
		border-style: solid; 
		border-width: 2; 
		border-color: #ffffff #c0c0c0 #c0c0c0 #ffffff
	}
	a {
		text-decoration: underline;
	}
	a:hover {
		color: #202040;
	}
	.bigprint {
		font-family: Tahoma;
		font-size: 12pt;
		font-weight: bold;
	}
	.smallprint {
		font-size: 8pt;
	}
	.error { 
		font-weight: bold;
		color: #ff0000;
	}
