html,body {
	background-color: E76903;
	background-image: url(images/CS_tile.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
div.container {
	border: 1px solid #000000;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 465px;
	background-color: #3B1C0D;
}
div.norm {
	text-align: left;
	background-color: 3B1C0D;
}
td,input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}
input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.subHdr {
	color: #b79162;
	font-weight: bold;
}
.hdrOrange {
	color: #FF9900;
	font-weight: bold;
}
.brown {
	color: #3B1C0D
}
.error {
	color: #FFCC00;
}
a:link {
	color: #FF9900;
	text-decoration: none; 
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
/* Dymanic menu */
.menutitle{
cursor:pointer;
margin-bottom: 0px;
color:#FFFFFF;
width:183px;
padding:0px;
text-align:left;
}

.submenu{
margin-bottom: 0.1em;
}
body {
	background-color: #663300;
}