body { font-family: Candara, Helvetica, Arial, sans-serif; font-size: 1.0em; font-style: normal; color: #333333;
 width: 100%; vertical-align: middle; text-align: center; background-color: #eee8ba; }

hr { color: #306f8f; background-color: #306f8f; }

.head4 {
	color: #408faf;
	margin-bottom: -15px;
	font-size: 1.5em;
 }

a { color: #306f8f; text-decoration: none; }

p { text-align: justify; }

.center {
         width: 100%;
         vertical-align: middle;
}

.content {
	width: 840px;
	margin: 0 auto;
	padding: 1.9em;
	background-color: white;
}

.line {
	width: 100%;
        height: 1px;
	background-color: black;
}

.header {
	padding: 2em;
	padding-bottom: 0em;
	font-size: 1.1em;
}
.column {
	width: 22em;
	display: inline-block;
	vertical-align: top;
	padding: 2em;
	line-height: 1.6em;
}
.columnwide {
	width: 70%;
	display: inline-block;
	vertical-align: top;
	padding: 2em;
	line-height: 1.6em;
}
.label {
	background-color: #23942D;
    	border: none;
    	color: #fff;
    	padding: 4px 8px;
	border-radius: 2em;
	font-size: .7em;
	display: inline-block;
	position: relative;
	line-height: 1;
}
table {
    border-collapse: collapse;
}

th { background-color: #4CAF50; color: white; }

td { text-align: justify; font-size:15; }

th, td {
    border-bottom: 1px solid #ddd;
    padding: 15px; 
}

button { background: transparent url('img/fileicon.png') no-repeat scroll top right;
	height: 110px;
	width: 110px;
 }