html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 12pt;
	margin: 0;
	margin-top: -21px;
}

#container {
	width: 100%; 
	margin: auto auto;
}

.FC1 {color:rgb(0,0,0); font-family:"Arial"; font-size:10pt}
.FC2 {color:rgb(0,0,0); font-family:"Arial"; font-size:10pt; font-weight:700}
.FC3 {color:rgb(0,128,128); font-family:"Arial"; font-size:10pt; font-weight:700}
.FC4 {color:rgb(0,0,0); font-family:"Arial"; font-size:10pt; font-weight:400}

#header {
	height: 71px; 
	width: 100%;
	color: white;
	text-align: center;
	line-height: 71px;
	background-image:url('/images/ntg-primary-reverse.png');
	background-size: 9%;
	background-color: #004459;
	/*background-color: #591F00;*/
	/* /background-color: #4b306a; */
	background-position: left center;
	background-repeat: no-repeat;
}

#printLink {
	float: right; 
	margin-right: 10px;
	margin-top: -25px;
}

#printLink a {
	color: white; 
	text-decoration: none; 
}

#infoboxes {
	float:right; 
	margin-top: 10px;
	margin-right: 70px;
}

#tables {
	float: left;
	width: 850px; 
	margin-left: 100px;
}

#bottom {
	margin: auto auto;
}

#tables .left {
	float: left;
	margin-left: 20px;
}

#tables .right {
	float: right;
	margin-right: 20px;
}

#title {
	text-align: center;
	color: #808080;
}

.buttons {
	padding-top: 10px;
}

#footer {
	padding-top: 15px;
	text-align: center;
	clear: both;
}

#howto {
	font-size: 10pt;
	width: 800px;
	text-align: center;
	margin: auto auto;
}

label {
	color: #808080;
}

.textfield {
	width: 220px;
	height: 22px;
}

.breadcrumb a {
	font-style: italic; 
}