body, table {
	font-size: 13px;
	color: #222;
}

body {
	background-color: #eee;
	font-family: sans-serif;
}

table.root {
	width: 950;
}

div.border {
	border-radius: 3px;
	padding: 5px;
	margin: 5px;
	display: inline-block;
	*display: inline;
	zoom:1;
}

div.dark, div.light, .thumbnail { border: 1px solid #CCC; }
div.dark { background-color: #ddd; }
div.light, input, textarea { background-color: #fff; }

h1, h2, h3 {
	word-spacing: 0;
	font-weight: bold;
	margin: 2px;
}

h1 { font-size: 25px; }
h2, h3 { font-size: 14px; }
h1, h2, a { color: #896; }

a {
	text-decoration: none;
	outline: none;
}

a:hover, a:hover img {
	color: #666;
	filter: alpha(opacity=100);
	opacity: 1;
}

input, textarea, img { border: 0; }

.menu_option {
	color: #222;
}

img.thumbnail {
	filter: alpha(opacity=70);
	opacity:0.7;
	margin: 2;
}

.readtext {
	font-size: 14px;
	line-height: 1.5;
	padding: 5px;
}

