.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;

}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
.textred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: red;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6A9F35;
}
.headerinform {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3E7891;
}
.headerinspire {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCAF17;
}
a:link {
	color: #000066;
}
a:visited {
	color: #330066;
}
a:hover {
	color: #666666;
}
.headerorange {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D48617;
}
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	padding: 8px;
	height: auto;
	width: 250px;
	border: thin dashed #336699;
}
.orangebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 8px;
	height: auto;
	width: 450px;
	border: thin dashed #FF9900;
}
.menubox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	height: auto;
	width: 170px;
	border: thin dashed #FF9900;
}

a.button {
	height:24px;
	display:block;
	font-size: 1px;
	line-height: 1px;
	letter-spacing: -1em;
	content: '''';
	color: #ffffff; /* set font color to same as background */
	border-bottom: none !important;
	cursor: hand;
}

/* button spacer */
a.spacer {
	margin-right: 10px;
}

a.add-option {
	width: 78px;
	height: 18px;
	background:url("../images/buttons/btn_add_option.png") 0 0 no-repeat;
}
a.add-option:hover {	
	background-position: 0 -18px;
}
a.remove-option {
	width: 78px;
	height: 18px;
	background:url("../images/buttons/btn_remove_option.png") 0 0 no-repeat;
}
a.remove-option:hover {
	background-position: 0 -18px;
}
