#tablemain {
	position: absolute;
	left: 60px;
	top: 20px;
}
a {
	font-family: "Myriad Pro Semibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: underline;
}
.kensText {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
}
a.kensText {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #C00;
}
a.gray {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a.blue {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
a.red {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00;
	text-decoration: none;
}
a.continue {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}
th {
	font-family: "Myriad Pro Semibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: bottom;
}
td {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
table.border {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}
table.border th {
	font-family: "Myriad Pro Semibold", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: bottom;
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
	-moz-border-radius: ;
}
table.border td {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
	-moz-border-radius: ;
}

.newRow  {
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
	background-color: #99FF99;
	-moz-border-radius: ;
}

input{
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea{
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

tr.hilite:hover td {
	background:#FAFEE1;
	color:#00f;
}


img {
	border: none;
}

.gone{ 
	display:none; 
}