body {
	font-family: 'Guardian Text Egyptian Web';
	font-size: 16px;
	line-height: 1.4;
	display: block;
	margin: 0;
	padding: 0;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #005689;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-family: 'Guardian Egyptian Web';
	font-weight: 500;
}

h3 {
	font-family: 'Guardian Egyptian Web', Georgia;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;

	margin: -5px 25px 0px 0;
	padding: 10px 0 0 0;
}

p {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 14px;
}


/*template styles*/
.gia-chart-wrapper {
	border-top: 2px solid #4bc6df;
	max-width: 620px;
	margin: 0 auto;
}

.gia-source {
	border-top: 1px solid #ccc;
	margin-top: 25px;
	color: #bdbdbd;
	padding: 3px 0;
	font-size: 12px;
	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
}

/*table styles*/
.key {
	width:100%;
}

.keyBlock, .keyText {
	width:16.66%;
	float: left;
}

.keyBlock {
	height: 20px;
}

.keyText p {
	font-size: 13px;
	margin-top: 3px;
	text-align: center;
}

.x1 {
	background-color: #e6f5fa;
}

.x2 {
	background-color: #cdecf4;
}

.x3 {
	background-color: #b1e2ef;
}

.x4 {
	background-color: #95d9ea;
}

.x5 {
	background-color: #74d0e4;
}

.x6 {
	background-color: #4bc6df;
}

.bolded {
	font-weight: 700;
}

.underline {
	border-bottom: 1px solid #333333;
}

.rightline {
	border-right: 1px solid #333333;
}

table {
	width:100%;
	border-collapse: collapse;
}

td {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: bottom;
	padding: 3px ;
}

.reg {
	width: 18%;
	text-align: center;
}

.long {
	width: 28%;
}

.indent {
	padding-left: 13px;
}

.header {
	font-family: 'Guardian Egyptian Web';
	font-weight: 700;
	font-size: 15px;
}

.mobile-hide {
	display: none;
}

@media(max-width: 560px) {
	td {
		height: 30px;
	}

	.header {
		font-size: 14px;
	}
}

@media(max-width:340px) {
	td {
		height: 50px;
		font-size: 12px;
	}
}

@media(max-width: 370px) {
	.mobile-hide {
		display: inline-block;
	}

	.full {
		display: none;
	}

	.header {
		font-size:12px;
	}
}