BODY , HTML {
	margin: 0pt;
	padding: 0pt;
}

html {
	background-color: #EEEEFF;
	color: #000000;
}

.prop {
	font-weight: bold;
}

.column {
	float: left;
	width: 32%;
	margin-top: 2pt;
	padding-left: .5em;
	height: 100%;
}

#box1 , #box2 , #box3 {
	height: 100%;
}

.column, #box1 {
	background-color: #EEEEFF;
	
}

.column + .column, #box2 {
	background-color: #CCCCFF;
}

.column + .column + .column, #box3 {
	background-color: #EEEEFF;
}

select,option,input {
	/* background-color: PapayaWhip; */
}

/*
TD,TH,TABLE {
	border-top: 0px !important;
	border-right: 0px !important;
	border-bottom: 0px !important;
	border-left: 0px !important;
}
*/

td {
	border: 1px solid black;
}

table.noborder td {
	border: 0px;
}

h1
{
	font-size: 1.5em !important;
	font-family: sans-serif;
	text-align: center;
	background-color: #9999FF;
	color: #FFFFFF;
	border-bottom: 1px solid black;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
	margin-right: 0em;
	
	width: 100%;
	
	padding-bottom: .1em;
	
}

/* v5 */
th {
	background-color: #0000CC;
	color: #FFFFFF;
}

th a {
	color: lime;
}

th a:visited {
	color: #33CC33;
}

