#green h2 {
	color: #2F8B4F;
	border-bottom-color: #2F8B4F;
	margin-top: 30px;
}
#green a:link, #green a:visited, #green a:active {
	color: #2F8B4F;
	text-decoration: underline;
}
#green a:hover {
	color: #666666;
	text-decoration: underline;
}
#blue h2 {
	border-bottom-color: #1F5CA7;
	color: #1F5CA7;
}
#blue a:link, #blue a:visited, #blue a:active {
	color: #1F5CA7;
	text-decoration: underline;
}
#blue a:hover {
	color: #666666;
	text-decoration: underline;
}
#violet h2 {
	color: #712793;
	border-bottom-color: #712793;
}
#violet a:link, #violet a:visited, #violet a:active {
	color: #712793;
	text-decoration: underline;
}
#violet a:hover {
	color: #666666;
	text-decoration: underline;
}
#green h3 {
	font-size: small;
	font-weight: bold;
	color: #2F8B4F;
	margin-top: 30px;
	margin-right: 95px;
	margin-bottom: 10px;
	margin-left: 40px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2F8B4F;
	background-image: url(../img/ic-h3-green.gif);
	background-repeat: no-repeat;
}
#blue h3 {
	font-size: small;
	font-weight: bold;
	color: #1F5CA7;
	margin-top: 30px;
	margin-right: 95px;
	margin-bottom: 10px;
	margin-left: 40px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F5CA7;
	background-image: url(../img/ic-h3-blue.gif);
	background-repeat: no-repeat;
}
#violet h3 {
	font-size: small;
	font-weight: bold;
	color: #69477A;
	margin-top: 30px;
	margin-right: 95px;
	margin-bottom: 10px;
	margin-left: 40px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #591C75;
	background-image: url(../img/ic-h3-violet.gif);
	background-repeat: no-repeat;
}
#green dl.index, #blue dl.index, #violet dl.index {
	margin-right: 65px;
	margin-left: 75px;
}
#green .index dd, #blue .index dd, #violet .index dd {
	margin-top: 0px;
	margin-bottom: 20px;
}
