/* CSS Document */

.title {
	font-family: century gothic, arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #005AB6;
}

.bodytitle {
	font-family: century gothic, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #005AB6;
}

.deep {
	font-family: century gothic, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FF8125;
}

.concepts {
	font-family: century gothic, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #005AB6;
}

.body {
	font-family: century gothic, arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.footer {
	font-family: century gothic, arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
