.classtemplate {
	background-color: #F89734;
}

.classtemplatetextheaderstyle {
	color: #F89734;
}

.classtemplatetextheaderstyle a:link,
.classtemplatetextheaderstyle a:visited {
	color: #F89734;
	text-decoration: none;
}

.classtemplatetextheaderstyle a:hover,
.classtemplatetextheaderstyle a:active {
	color: #F89734;
	text-decoration: underline;
}

/** Buttons */

.classbuttonsdefault {
	color: #c60;
	font-size: 80%;
	font-weight: bolder;
	margin: 5px;
	padding: 5px;
	width: 120px;
	background: url("../../images/interface/devices/buttons/img-tile.gif") repeat-x bottom left;
	border: 2px solid #ccc;
}

.classbuttonsdefault a:link,
.classbuttonsdefault a:visited {
	color: white;
	font-size: 90%;
	font-weight: bolder;
	padding: 5px 20px;
	text-decoration: none;
}

.classbuttonsdefault a:hover,
.classbuttonsdefault a:active {
	color: white;
	font-size: 90%;
	font-weight: bolder;
	padding: 5px 20px;
	text-decoration: underline;
}

/** Unnumbered List / Navigation / Primary */

.classheadernavigationprimary {
	color: #c60;
}

#ulheadernavigationprimary a:link.selected, #ulheadernavigationprimary a:visited.selected {
	color: #c60;
}

#ulheadernavigationprimary a:hover.selected, #ulheadernavigationprimary a:active.selected {
	color: #c60;
}

/** Unnumbered List / Navigation / Secondary */

.classheadernavigationsecondary {
	color: #c60;
}

#ulheadernavigationsecondary li a:link,
#ulheadernavigationsecondary li a:visited {
	color: #c60;
}

#ulheadernavigationsecondary li a:hover,
#ulheadernavigationsecondary li a:active {
	color: #c60;
}

#ulheadernavigationsecondary a:link.selected, #ulheadernavigationsecondary a:visited.selected {
	color: #c60;
}

#ulheadernavigationsecondary a:hover.selected, #ulheadernavigationsecondary a:active.selected {
	color: #c60;
}