.whitebottomborder {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
}
.darktopbottomborder {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #706759;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #706759;
}
.darkleftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #706759;
}
.dashedborder {
	border: 1px dashed #6E6458;
}
.darktopbottomrightborder {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #706759;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #706759;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #706759;
}
.darkbottomrightborder {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #706759;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #706759;
}
.darkbottomborder {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #706759;
}	
.shadow {
	background-image: url(images/shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
.rightpictpadding {
	margin-right: 4px;
}
.leftpictpadding {
	margin-left: 4px;
}
.darkborder {
	border: 1px solid #706759;
}
.cellpadding {
	padding-top: 10px;
	padding-bottom: 10px;
}
.greenbox {
	background-color: #1E8452;
	text-align: center;
	vertical-align: middle;
	padding: 1px 10px;
	border-top: thin solid #17663F;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin solid #17663F;
}
.chartborder {
	border: 1px solid #706759;
}
.orangebox {

	background-color: #CC6600;
	text-align: center;
	vertical-align: middle;
	padding: 1px 10px;
	border-top: thin solid #FFA448;
	border-right: thin solid #A65300;
	border-bottom: thin solid #A65300;
	border-left: thin solid #FFA448;
}
.fusionjournal {
	background-attachment: fixed;
	background-image: url(../images/fusion_journal.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
