@charset "utf-8";
/* CSS Document */

body, td, th {
	font-size: large;
}
.size-sm {
	font-size: small;
	color: #D6D6D6;
}
.size-l {
	font-size: large;
	font-weight: bold;
}
.size-x {
	font-size: x-large;
	font-weight: bold;
}
.size-xx {
	font-size: xx-large;
}
.size-huge1 {
	font-size: 72px;
}
.size-huge2 {
	font-size: 48px;
}
.grey1 {
	color: #DADADA;
}
.sources {
	font-size: small;
	color: #DADADA;
}
.border1 {
	border: 2px solid #8E9CA4
}
.orange {
	color: #91806F;
	font-size: small;
	text-align: center;
}
.metblue {
	color: #C8D7DF;
}
.footer {
	color: #333333;
	font-size: small;
	text-align: center!important;
}


