body, form {
	margin: 0px;
	padding: 0px;
}
body, div, td {
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

td {
	vertical-align:top;
}

body {
	background-color: #cfcfcf;
	text-align: center;
}

blockquote {
	border-left: 3px solid #dddddd;
	padding: 0 0 0 .85em;
	margin: .25em 0 .6em 0;
}

a {
	color: #336699;
	text-decoration: none;
}

a img {
	border: 0;
}

.hr {
	background-color: #999999;
	height: 1px;
	overflow: hidden;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

input, select, textarea {
	background-color: #ffffff;
	border: 1px solid #999999;
}
input.checkbox {
	border: 0;
}

.header {
	font-weight: bold;
	text-align: center;
	color: #333333;
}

.site_title {
	text-align: center;
}
.site_title A {
	color: #bbddbb;
	font-size: 30px;
	font-weight: bold;
	line-height: 0;
}

.entry_title {
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}
.entry_time {
	font-size: 9pt;
	color: #888888;
}
.entry_text {
	text-align: justify;
}

.tiny_larr, .tiny_rarr, .tiny_uarr, .tiny_darr {
	width: 5px;
	height: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}
.tiny_larr { background-image: url(images/tiny_larr.png); }
.tiny_rarr { background-image: url(images/tiny_rarr.png); }
.tiny_uarr { background-image: url(images/tiny_uarr.png); }
.tiny_darr { background-image: url(images/tiny_darr.png); }
