
body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	font-size: 13px;
	background-image: url(images/editor_back.jpg);
	}
	
/* Structure */
	
.main_wrapper {
	width: 1000px;
	margin: 0px;
	background: url(images/editor_wrap.jpg);
	background-repeat: repeat-y;
	}
	
.header {
	height: 273px;
	margin: 0px auto;
	width: 1000px;
	}
	
.inner_wrapper {
	padding: 0px 10px 10px 10px;
	width: 850px;
	margin: auto;
	}
	
#footer {
	height: 46px;
	background: url(images/editor_footer.jpg);
	font-size: 10px;
	text-align: center;
	}
	
/* Content */

h1.item {
	font-size: 18px;
	color: #052848;
	text-align: left;
	}

h1.title {
	font-size: 12px;
	color: #6aabaa;
	text-align: left;
	}
	
h1.title a {
	color: #6aabaa;
	}
	
h1.title a:hover {
	color: #052848;
	}
	
h1.title a:active {
	color: #6aabaa;
	}
	
h1.title a:visited {
	color: #6aabaa;
	}
	
h1.big {
	font-size: 20px;
	color: #052848;
	text-align: left;
	}
	
h2 {
	font-size: 14px;
	color: #6b6b6b;
	}
	
.blue {
	color: #3399cc;
	font-weight: bold;
	}
	
.pink {
	color: #e65fa8;
	font-weight: bold;
	}
	
.yellow {
	color: #052848;
	font-weight: bold;
	}
	
.bb {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 16px;
	color: #3399cc;
	}
	
.aa {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	color: #052848;
	}
	
.small {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 11px;
	color: #6b6b6b;
	}
	
/* Link Styles */

a {
	color: #6b6b6b;
	text-decoration: underline;
	}
	
a:visisted {
	color: #6b6b6b;
	text-decoration: underline;
	}
	
a:hover {
	color: #3682a8;
	text-decoration: underline;
	}
	
a:active {
	color: #3682a8;
	text-decoration: underline;
	}
	
.small a {
	color: #6b6b6b;
	text-decoration: underline;
	}
	
.small a:visisted {
	color: #6b6b6b;
	text-decoration: underline;
	}
	
.small a:hover {
	color: #3682a8;
	text-decoration: underline;
	}
	
.small a:active {
	color: #3682a8;
	text-decoration: underline;
	}
	
h2 a, h2 a:visited {
	color: #6b6b6b;
	text-decoration: none;
	}

h2 a:hover, h2 a:active {
	color: #339999;
	text-decoration: none;
	}
	
/* Table Styles */

table.ccw {
	width: 800px;
	margin: 0px;
	border-width: 0px;
	}