form {margin: 0px; padding: 0px;}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #002E16;
	background-image: url(/images/body/back.jpg);
	background-repeat: repeat;
    scrollbar-face-color: #00714C;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #3AA76F;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #B39E7A;
	scrollbar-arrow-color: #ffffff;`
}
.ocharleys #Ocontainer {
	width: 954px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #002F1A url(/images/body/back_content.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
	padding: 0px 20px;
}
.ocharleys #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #006;
}
a:visited {
	color: #900;
}
a:hover {
	color: #F00;
}
a:active {
	color: #603;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
.ocharleys #header {
}
.ocharleys #r1_c9 {
	background: url(/images/body/r1_c9.jpg) no-repeat;
	height: 50px;
	width: 742px;
}
.ocharleys #footer {
	background: url(/images/body/r6_c2.jpg) no-repeat scroll;
	height: 50px;
	width: 954px;
	margin: 0px auto;
	padding: 0px 20px;
	text-align: center;
}
.ocharleys #studio11 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding: 10px;
	letter-spacing: 2px;
	text-align: right;
	width: 95%;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
.ocharleys #studio11 a:link {
	color:#666666;
	text-decoration: none;
}
.ocharleys #studio11 a:visited {
	color:#666666;
	text-decoration: none;
}
.ocharleys #studio11 a:active {
	color:#666666;
	text-decoration: none;
}
.ocharleys #studio11 a:hover {
	color:#ffffff;
	text-decoration: none;
}
.ocharleys #htmlscontent {
	padding: 10px;
	height: 441px;
	width: 782px;
	overflow: auto;
}
.searchL {color: #990000}