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: 'DS7',Arial,sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;

	margin: 0 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 #333333;
	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;
}

th {
	font-family: 'DS7',Arial,sans-serif;
	text-align: left;
	font-size: 13px;
	width: 10%;
	vertical-align: top;
}

tr, td {
	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
	font-size: 13px;
	padding: 5px;
	vertical-align: top;
}

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

}

.A {
	background-color: #fff7dc;
}
.B {
	background-color: #ffefb6;
}
.C {
	background-color: #ffe68a;
}
.D {
	background-color: #fcde5e;
}
.E {
	background-color: #f6d726;
}

#grouping {
	width: 14%;
}

.topborder {
	border-top: 1px solid #333333;
}

.boldword {
	font-family: 'DS7',Arial,sans-serif;
}

@media(max-width:420px) {
	tr, td, th {
	font-size: 11px;
}
}
