﻿/*============================================================
  RESET
============================================================*/
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: white;
	width: 100%;
	/*margin-left: auto;
	margin-right: auto;*/
}

a img {
	border: none;
}

body {
	font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
	line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
}


/*============================================================
  STYLE
============================================================*/

th, td {
	border: 1px solid black;
	padding: 2px 4px 2px 4px;
	text-align: center;
}

.stNmbr {
	text-align: right;
}

.autoNumeric-positive {
}

.autoNumeric-negative {
	color: red;
}

/* unvisited link */
a:link {
  color: #6b7a8f;
}

/* visited link */
a:visited {
  color: #dcc7aa;
}

/* mouse over link */
a:hover {
  color: #dcc7aa;
}

/* selected link */
a:active {
  color: #dcc7aa;
}