body{ 
	scrollbar-face-color:#c7c7c7; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-3dlight-color:#333333; 
	scrollbar-darkshadow-color:#99999; 
	scrollbar-shadow-color:#333333; 
	scrollbar-arrow-color:#841B06; 
	scrollbar-track-color:#686868;

	background: url(../images/background.jpg) repeat;
	margin: 0;
	color: #434343;
}

a {
	color: #434343;
}

img {
	border: 0 none;
}

.main-content {
	background: White;
	border: 4px #717171 solid;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	width: 1000px;
}
.header {
	background: url(../images/table-layout-inner-separator.jpg) bottom repeat-x;
	height: 28px;
}
.layout-top-left {
	background: url(../images/table-layout-inner-top-left.jpg) top left no-repeat;
	float: left;
	height: 19px;
	width: 58px;
}
.header span {
	background: url(../images/table-layout-inner-top-right.jpg) no-repeat top right;
	color: #d5650e;
	float: right;
	font-size: 13px;
	font-weight: bold;
	padding-right: 30px;
}
.main-content table.content {
	margin: 0 30px;
}
.main-content table.content td {
	font-size: 12px;
}

.content-item {
	clear: both;
	float: left;
}

.main-content form {
	margin: 10px;
}

.main-content textarea {
	font-family: Arial;
	font-size:9px;
	color:#434343;
	background-color:#ffffff;
	font-weight:bold;
	border-style:#333333;
}
