.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.parentContainer {
	border: 10px solid #222222;
}
.hedContainer {
	border: 0px;
}
.navContainer {
	background-color: #FFFFFF;
	border: 0px;
}
.contentContainer {
	border: 1px solid #666666;


}
.content {
	background-image: url(../img/common/tile-content.gif);
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#CC6633;
	scrollbar-shadow-color:#CC6633;
	scrollbar-face-color:#CC6633;
	scrollbar-highlight-color:#CC6633;
	scrollbar-dark-shadow-color:#FFCC99;
	scrollbar-3d-light-color:#CC6633;
	scrollbar-track-color:#FFCC99;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;

}

body {
	background-color: #000000;
}
