body {
	font-size: 12px;
	font-family: Tahoma,  Geneva, Verdana, Arial, Helvetica, sans-serif;
background-image:url(/ccimg/metal-tile.jpg); 
	background-repeat:repeat;
	background-attachment: scroll;
	margin: 0;
	padding: 0;
	color: #333333;
	-webkit-text-size-adjust: none;
}
.PG {
	width: 836px;
	margin: 0 auto;
	overflow:hidden;
}
#LG {
	width:360px;
	height:75px;
	background-image:url(/ccimg/banas-logo.png); 
	background-repeat:no-repeat;
	margin: 20px 5px 10px;
}
#LG a {
	display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}
#LN {
	float:right;	
}
h2 {
    color:#000;
	font-weight:normal;

}

.BD {
	width:600px;
	padding:20px;
	padding-left:120px;	
	padding-right:300px;
	background-repeat:no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.CT {
	display: inline-block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	line-height:1.5em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #333;/* IE */
	border: rgba(0, 0, 0, .4) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .8) 1px solid;
	-webkit-box-shadow: 0 4px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.5);
	box-shadow: 0 4px 6px rgba(0,0,0,.5);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin:0 8px;
	padding:0px;
	background-color: #FFFFFF;
	font-size:14px;
	width:820px;
	height:auto;
	background-image:url(/ccimg/dots.png); 
	background-repeat:no-repeat;
		background-position: 58px 10px;

}
#FT {
	margin: 5px 0;
	padding: 0 10px;
	text-align:right;
}


#MN {
	margin:0;
	padding: 0 0 0 0;
	height:30px;
	width:100%;
	text-align:center;

}

h4 {
	color:#fff;
	font-size:12px;
	line-height: 16px;
	font-weight:normal;
	margin:0;
	margin-right:5px;
	padding:5px;
}
h4 a:link,h4 a:visited,h4 a:active,h4 a:focus {
	color:#fff;
	text-decoration: none;

}
h5 {
	display: inline; 
	color:#fff;
	font-size:16px;
	line-height: 27px;
	font-weight:bold;
	padding-top:0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:0;
	margin-left: 15px;
	margin-right: 15px;
	height: 1em;
	text-shadow: #000 1px 1px 1px; 	
	filter: Shadow(Color=#000, Direction=135, Strength=2);
}
h5 a:link,h5 a:visited,h5 a:active,h5 a:focus {
	color:#fff;
	text-decoration: none;

}
h5:hover, h5 a:hover {
	color:#F60;

	border-bottom-style:none;
	border-bottom-width:4px;
	border-bottom-color:#F60;
}

h6 {
	display: inline; 
	color:#000;
	font-size:16px;
	line-height: 27px;
	font-weight:bold;
	text-shadow: #eee 1px 1px 1px; 	
	filter: Shadow(Color=#eee, Direction=135, Strength=2);
}