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

h1 {
	color: #666;
	font-weight: bold;
	font-size: 20px;
	padding: 0px;
	margin-bottom: 10px;
}

h2 {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

h3 {
	color: #666;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.IGSHeading {
	color: #666;
	font-weight: bold;
	font-size: 20px;
	padding: 0px;
	margin-bottom: 10px;
	float:left;
	width: 395px;
	line-height: 24px;
}

.IGSHeadingRight {
	color: #666;
	line-height: 16px;
	margin-bottom: 10px;
	float:right;
	width: 300px;
	text-align: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.IGSHeadingRight a:link, .IGSHeadingRight a:visited {
	color: #666;
	text-decoration: underline;
}

.IGSHeadingRight a:hover{
	text-decoration: none;
}

.BlackText {
	color: #333;
}

.RedText {
	color: #CF160F;
}

.OrangeText {
	color: #F26721;
}

