body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #000077;
}
a:hover {
	text-decoration: underline;
	color: #0000aa;
}

/* Colors */
a.white {
	color: #000088;
}
a.black {
	color: black;
}
a.brick {
	color: #BF3030;
	background-color: #E5DADA;
}
a.brick:hover {
	background-color: #E5B8B8;
}

table.xpl {
	border: 0px;
	cell-padding: 10px;
	cell-spacing: 10px;
	color: black;
	background-color: #d9d9d9;
}

table.xpl td {
	color: black;
/*	text-align: center; */
	background-color: #eeeeee;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
table.xpl th {
	color: black;
	background-color: #cacaee;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

table.xplprop {
	border: 0;
	cell-padding: 1;
	cell-spacing: 1;
	width: 450px;
	color: black;
	background-color: #d9d9d9;
}

table.xplprop td {
	color: black;
	background-color: #eeeeee;
	text-align: left;
	width: 270px;
	font-size: 12px;
	font-weight: normal;
}

table.xplprop th {
	color: black;
	text-align: left;
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	background-color: #cacaee;
}

table.xplprop th.title {
	text-align: center;
	width: 450px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #335566;
	background-color: #e0e0e0;
	font-weight: bold;
}

.radiotd { border: #d8d8d8; background-color: #d8d8d8; height: 18px}
.radioth { border: #3366cc; background-color: #3366cc; height: 18px}

