html, body {
	background-color: #282421;
	margin: 0px;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #626261
}
p {
	margin: 0px;
	padding: 0px;
}
strong {
	color: #ff7800;
}
a {  
	color: #1679df;
}
h3 {
	font-size: 16px;
	color: #092077;	
	line-height: 18px;
}


/* backgrounds */
.bgHor {
	background-image: url('../images/bg-hor.gif');
	background-repeat: repeat-y	
}
.bgNavBottom {
	background-image: url('../images/bg-nav-bottom.gif');
	background-repeat: repeat-x;
	height: 5px
}
.bgContent {
	background-image: url('../images/bg-content.gif');
	background-repeat: repeat-y
}
.bgMachine {
	background-image: url('../images/bg-machine.gif');
	background-repeat: no-repeat	
}
.bgFooter {
	background-image: url('../images/bg-footer.gif');
	background-repeat: repeat-x;
	height: 70px
}

/* classes */
.titles {
	margin: 35px 0px 0px 26px;
	padding: 0px;
}
.footertext {
	color: #e5e5e4;
	padding: 18px 0px 0px 26px;
}
.footertext a {
	color: #e5e5e4;
	text-decoration: none;
}
.footertext a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.splitleft {
	float: left;
}
.splitright {
	float: right;
	border: 0px 
}
.whiteText {
	color: #ffffff;
}
.blackText {
	color: #000000;
}
.redText {
	color: #FF0000;
}
.bigText {
	font-size: 16px;
}


