/* CSS Document */

.blue_style #interactive_box {
	border-bottom:10px solid #3C4E5E;
}
.blue_style #interactive_box #heading, .blue_style #text_box h1, .blue_style #left_box .submenu ul li a:hover {
	color:#3C4E5E;
}

.green_style #interactive_box {
	border-bottom:10px solid #556A56;
}
.green_style #interactive_box #heading, .green_style #text_box h1, .green_style #left_box .submenu ul li a:hover {
	color:#556A56;
}

.red_style #interactive_box {
	border-bottom:10px solid #B26161;
}
.red_style #interactive_box #heading, .red_style #text_box h1, .red_style #left_box .submenu ul li a:hover {
	color:#B26161;
}

.orange_style #interactive_box {
	border-bottom:10px solid #F19A3E;
}
.orange_style #interactive_box #heading, .orange_style #text_box h1, .orange_style #left_box .submenu ul li a:hover {
	color:#F19A3E;
}