

* {
  box-sizing: border-box;
}



/* Style the body */
body {
font-family: 'Nunito Sans', sans-serif;
//font-family: 'Courier';

  margin: 0;
}







.headline-1 {
font-size: 20px;
font-weight: 700;
margin-bottom: 10px;
color: #203764;
}

.headline-2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
    color: #8497b0;
}

.headline-pg1 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0px;
	color: #203764;
}

.headline-pg2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
    color: #8497b0;
}

.headline-text {
	font-size: 26px;
	color: #8497b0;
}

.heading-text-date {
	font-size: 12px;
}


.lines {
	color: #8497b0;
}

.maintable {
//border-collapse: collapse;
//border: 6px solid black;
width: 100%;

}


td {
  border-bottom: 6px solid #ddd;
}

.td_values {
	text-align: right;
	width: 12%;
}

.td_faceval {
	width: 8%;
}
.td_design {
	width: 4%;
	text-align: left;
	//color: #880099;
}


th {
	text-align:right;
	color: #993333;
	background-color: #ddd;
	border-bottom: 6px solid #993333;
	border-top: 6px solid #ddd;
}



div.theitem {
    //padding: 20px;
	vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 150px;
	background-color: #ddd;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	//border: 100px;
		
}
img {
    width: 120px;
    height: auto;
    background-color: #ddd;
	padding: 5px;
}
.caption {
    display: block;
	padding-bottom: 4px;
}


.hrmain {
	color: #993333;
	height: 4px;
    background-color: #993333;


}



