body {
	background-color: #FFFFFF;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

td {
	font: 14px Georgia, "Times New Roman", Times, serif;
}

button {
	font-size: 18px;
	background-color: highlight;
	color: white;
	border-width: 2px;
}

button:hover {
	background-color: orange;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2;
}

h1 {
	font-size: 18px;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #006295;
}

h2 {
	font-size: 14px;
	padding-bottom: 2px;
	margin-top: 24px;
	margin-bottom: 2px;
	color: #006295;
}

h3 {
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 2px;
}

p {
	line-height: 14px;
	margin: 2px 0px;
	text-align: justify;
}

span.subscript {
	color: #FF6347;
	font-size: 10px;
}

ul,ol {
	margin-top: 5px;
	margin-bottom: 5px;
}

li {
	margin-bottom: 4px;
}

a {
	color: #006295;
}

a:hover {
	color: #FF6347;
}

#container {
	width: 960px;
	margin: 2px auto;
	padding: 10px;
	background-color: #F7F3E8;
}

#header {
	margin-bottom: 20px;
}

#header img {
	margin-right: 30px;
	margin-bottom: 20px;
}

#header h1 {
	font-size: 20px;
	color: #2B3E42;
	width: auto;
	margin: 2px;
}

#header h2 {
	font-size: 16px;
	color: #2B3E42;
	width: auto;
	margin: 2px;
}

#main {
	
}

.split {
	clear: both;
}

.info {
	color: #ff4500;
}

.eval-table {
	margin: 10px 0px;
	border-collapse: collapse;
}

.eval-table td {
	padding: 10px;
}

.eval-table thead tr {
	color: highlight;
	background-color: white;
}

.eval-table thead td {
	font-size: 14px;
	font-weight: bold;
}

.eval-table tbody {
	border: 2px solid highlight;
}

.eval-table tbody td {
	
}

.eval-table tbody tr:hover {
	color: highlight;
}