@charset "UTF-8";
/* CSS Document */
/* Global Div's */
/* Global Classes */
.heading{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
	display: block;
	margin-bottom: 0em;
	margin-top: .5em;
	font-size: 2em;
	line-height: 1em;
}
.title{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	color: #000;
	display: block;
	margin-bottom: 0em;
	margin-top: -0.05px;
}
.txtNorm{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	color: #000;
}
.txtNormRed{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	color: #c51919;
}
.txtNorm a{
	color: #000;
	text-decoration: none;
}
.desc{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.3em;
}

