@charset "UTF-8";
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a:link {color: #003f57; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #574300; text-decoration: underline; }
a:hover {color: #eb5c00; text-decoration: none; }

table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #E8E8E8;
	border-collapse: collapse;
}
table.gridtable th {
	color:#909090;
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #E8E8E8;
	
}
table.gridtable td {
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #E8E8E8;
	
}

