body.home {
	margin-top: 0px;
	background: #000000;
}
.editor {
	font: 9pt Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	background: transparent url(/images/bgd_main.jpg) repeat left top;
}
.contentcontainer {
	padding:0px;
	background: transparent url(/images/bgd_main.jpg) repeat left top;
}
#contentcentercontainer {
	width:560px;
	padding:0px;
	margin:0px;
	float:left;
	background: transparent url(/images/bgd_maintext.png) no-repeat left bottom;
}
/* general styles also used in the CMS */
h1 {
	margin:0px 0px 10px;
}
h1 {
	font-size:10pt;
	padding-top:3px;
	padding-bottom:7px;
	color: #FFF9EC;
	padding-left: 0px;
	text-transform: uppercase;
}
h5 {
	color: #333333;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:0px;
	text-transform: uppercase;
}
HR {
	width: 95%;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
}
.maintext {
	padding: 0px 10px 0px 0px;
	visibility: visible;
}
.maintext, .maintext td, .maintext p, .maintexthome, .maintexthome td, .maintexthome p {
	font: 9pt Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}
.maintext a, .maintext a:visited, .maintext a:active, .maintexthome a, .maintexthome a:visited, .maintexthome a:active {
	font-size: 10pt;
	color: #ff6600;
	text-decoration: underline;
}
.maintext a:hover, .maintexthome a:hover {
	font-size: 10pt;
	color: #ff6600;
	text-decoration: none;
}
.maintext ul, .maintexthome ul {
	margin-left: 1em;
	padding-left: 1em;
}
.rightboxtext {
	font: 8pt Verdana, Helvetica, sans-serif;
	padding:10px;
	color: #FFFFFF;
}
.rightboxtext a {
	color: #FFFFFF;
	text-decoration: underline;
}
.rightboxtext a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footerText {
	vertical-align: bottom;
	padding: 37px 127px 0px 0px;
	font: 8pt verdana;
	text-align: right;
	color: #FFFFFF;
}
.footerTextcopyright {
	vertical-align: bottom;
	padding: 37px 127px 0px 0px;
	font: 8pt verdana;
	text-align: right;
	color: #000000;
}
.footerTextMenu, .footerTextMenu a, .footerTextMenu a:hover, .footerTextMenu a:visited, .footerTextMenu a:active {
	vertical-align: bottom;
	padding: 10px 0px 10px 0px;
	font: 8pt verdana;
	text-align: left;
	color: #999999;
}
.bannermenu {
	padding: 5px 0px 0px 117px;
	text-align: left;
	font-weight: bold;
	color: #FCFACE;
}
.bannermenu a, .bannermenu a:active, .bannermenu a:visited {
	font-weight: bold;
	color: #FCFACE;
	text-decoration: none;
}
.bannermenu a:hover {
	font-weight: bold;
	color: #FCFACE;
	text-decoration: underline;
}
/*	list with no bullet no indent: the 2 first ones work against each oter, the negative indent puts the bullet outside */
/*.maintext ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: 1em;
}*/
.subheader { color: #000000; text-transform: uppercase; font-weight: bold; font-size: 1em; display: block; padding-bottom: 3px; margin: 0px;}
.cleargray { color: #999999; font-weight: bold;}
.highlighted { background: #392200; padding: 3px 5px; display: compact; color: #FFFFFF;}
.rightaligned {text-align: right;}
.blue {color: #3399FF;}
.green {color: #99cc33;}
.orange {color: #ff6600;}

/*	Table styles */
.dottedborder {border: 1px dotted #CCCCCC;}
.noborder {border: none;}
.headercell {background: #CCCCCC; text-align: center; border-bottom: 1px solid #999999;}
.graycell {background: #EEEEEE;}
.green {color: #66CC00;}

