@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	text-align:justify;
	}
	
	
.caption {
	font-size: 12px;
	text-align:justify;
	}
	
	
	
.white {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	}	
	
.table_white {
	color: #ffffff;
	}	
	
	
.yellow {	
	color: #faed18;	
	}


.title1 {
	color: #7852a2;
	font-weight: bold;
	font-size: 20px;
	}
	
	
.subtitle1 {
	color: #7852a2;
	font-weight: bold;
	font-size: 16px;
	}
	
	
	
.title2 {
	color: #bf7c44;
	font-weight: bold;
	font-size: 20px;
	}
	
	
.subtitle2 {
	color: #bf7c44;
	font-weight: bold;
	font-size: 16px;
	}
	
	
	
	
.title3 {
	color: #ee4f26;
	font-weight: bold;
	font-size: 20px;
	}
	
	
.subtitle3 {
	color: #ee4f26;
	font-weight: bold;
	font-size: 16px;
	}
	
	
	
.title4 {
	color: #55b588;
	font-weight: bold;
	font-size: 20px;
	}
	
	
.subtitle4 {
	color: #55b588;
	font-weight: bold;
	font-size: 16px;
	}
	
	
	
.title5 {
	color: #0d73ba;
	font-weight: bold;
	font-size: 20px;
	}
	
	
.subtitle5 {
	color: #0d73ba;
	font-weight: bold;
	font-size: 16px;
	}
	
	
	
.title6 {
	color: #54afe2;
	font-weight: bold;
	font-size: 20px;
	}
	
	
.subtitle6 {
	color: #54afe2;
	font-weight: bold;
	font-size: 16px;
	}
	
.notes {
	font-size: 10px
	}
	
	
a:link {
	/* color:#ffffff; */
	text-decoration:underline;
	text-decoration-color:#ffffff;
}
a:hover{
	/* color:#ffffff; */
	text-decoration:underline;
	text-decoration-color:#ffffff;
}
a:visited {
	/* color:#ffffff; */
	text-decoration:underline;
	text-decoration-color:#ffffff;
}

.empl {
    border: 2px dashed #9D9DBE;
    padding: 20px 20px 20px 40px;
    margin-top:50px;
}

img[src^="icons"] {
    padding: 2px;
	vertical-align:top;
	height:26px;
}

.cell a {
    color: #4685c3;
    text-decoration: none;
}

.cell a:hover {text-decoration:underline;
}

.empl img[src^="icons"] {
    padding: 5px;
	vertical-align:middle;
}
