/* hue 1 */
.hue_01 {
	color: #ea6200 !important;
}

.hue_01_over:hover {
	color: #ea6200 !important;
}

.button_hue_01 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #ea6200;
	background-color: #fff;
	border: solid 1px #ea6200;
	padding: 2px;
}

.box_hue_01 {
	border: solid 1px #ea6200;
	padding: 2px;
}

.bg_hue_01 {
	background-color: #ea6200;
}

.line_hue_01 {
	height: 1px;
	border-bottom: dashed 1px #ea6200;
}


/* hue 2 */
.hue_02 {
	color: #451600 !important;
}

.hue_02_over:hover {
	color: #451600 !important;
}

.button_hue_02 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #451600;
	background-color: #fff;
	border: solid 1px #451600;
	padding: 2px;
}

.box_hue_02 {
	border: solid 1px #451600;
}

.bg_hue_02 {
	background-color: #451600;
}

.line_hue_02 {
	height: 1px;
	border-bottom: dashed 1px #451600;
}


/* hue 3 */
.hue_03 {
	color: #deccb8 !important;
}

.hue_03_over:hover {
	color: #deccb8 !important;
}

.button_hue_03 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #deccb8;
	background-color: #fff;
	border: solid 1px #deccb8;
	padding: 2px;
}

.box_hue_03 {
	border: solid 1px #deccb8;
}

.bg_hue_03 {
	background-color: #deccb8;
}

.line_hue_03 {
	height: 1px;
	border-bottom: dashed 1px #deccb8;
}


/* hue 4 */
.hue_04 {
	color: #dba157 !important;
}

.hue_04_over:hover {
	color: #dba157 !important;
}

.button_hue_04 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #dba157;
	background-color: #fff;
	border: solid 1px #dba157;
	padding: 2px;
}

.box_hue_04 {
	border: solid 1px #dba157;
}

.bg_hue_04 {
	background-color: #dba157;
}

.line_hue_04 {
	height: 1px;
	border-bottom: dashed 1px #dba157;
}


/* hue 5 */
.hue_05 {
	color: #ede1d3 !important;
}

.hue_05_over:hover {
	color: #ede1d3 !important;
}

.button_hue_05 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #ede1d3;
	background-color: #fff;
	border: solid 1px #ede1d3;
	padding: 2px;
}

.box_hue_05 {
	border: solid 1px #ede1d3;
}

.bg_hue_05 {
	background-color: #ede1d3;
}

.line_hue_05 {
	height: 1px;
	border-bottom: dashed 1px #ede1d3;
}


/* hue 7 */
.hue_07 {
	color: #fff !important;
}

.hue_07_over:hover {
	color: #fff !important;
}

.button_hue_07 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background-color: #fff;
	border: solid 1px #b8b8b8;
	padding: 2px;
}

.box_hue_07 {
	border: solid 1px #fff;
}

.bg_hue_07 {
	background-color: #fff;
}

.line_hue_07 {
	height: 1px;
	border-bottom: dashed 1px #fff;
}


/* hue 8 */
.hue_08 {
	color: Red !important;
}

.hue_08_over:hover {
	color: Red !important;
}

.button_hue_08 {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	color: Red;
	background-color: #fff;
	border: solid 1px Red;
	padding: 2px;
}

.box_hue_08 {
	border: solid 1px Red;
}

.bg_hue_08 {
	background-color: Red;
}

.line_hue_08 {
	height: 1px;
	border-bottom: dashed 1px Red;
}
