/*Standard Html Tags*/
body {
	padding:0px;
	margin:0px;
	font-size:12px;
	font-family: arial;
}

td {
	font-size:12px;
	font-family: arial;	
}

div {
	font-size:12px;
	font-family: arial;	
}



/*Box */
table.box{
	border:1px solid black;
	margin: 6px;
}

/* Spreadsheet */
table.spreadsheet {
	border:1px solid black;
	margin: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}

table.spreadsheet td {
	border:1px solid black;
	border-top-width: 0px;
	border-left-width: 0px;
	margin:0px;
}

/*Directions */

table.directions {
	margin-top: 4px;
}

table.directions td {
	border:0px solid black;
	border-bottom-width: 1px;
	margin:0px;
}

tr.resultstablerow1 {
background-color:white;
}
tr.resultstablerow1_over {
background-color:#CCFFCC;
}
tr.resultstablerow2 {
background-color:#E0E0E0;
}
tr.resultstablerow2_over {
background-color:#CCFF99;
}

tr.resultstablerow1_over td {
	border-color:black;
	border-style:solid;
	border-width:0px 0px 1px;
}

tr.resultstablerow2_over td {
	border-color:black;
	border-style:solid;
	border-width:0px 0px 1px;
}


tr.resultstablerow1 td {
	border-color:black;
	border-style:solid;
	border-width:0px 0px 1px;
}


tr.resultstablerow2 td {
	border-color:black;
	border-style:solid;
	border-width:0px 0px 1px;
}

