body {
	background:#efefef;
	font-family: georgia, Tahoma,Arial,Helvetica,sans-serif;
	font-size:83%;
	margin:0;
	padding:0;
	color:#000;
}
* {
	margin: 0;
	padding: 0;
}
a:link {
	color:#000000;
	text-decoration: underline;
}
a:hover {
	
	text-decoration: underline;
}
a:visited {
	color:#99916D;
}
.inputfield {
	background-color: #FFFFFF;
	border: 1px dotted #7D9874;
	color: #000000;
	font-family: georgia, Trebuchet, "Trebuchet MS", Verdana, sans-serif, arial;
	font-size: 12px;
	color: #000000;
}
.inputbutton {
	background-color: #FFFFFF;
	border: 1px dotted #7D9874;
	color: #000000;
	font-family: georgia, Trebuchet, "Trebuchet MS", Verdana, sans-serif, arial;
	font-size: 12px;
	color: #000000;
}
.inputselect {
	background-color: #FFFFFF;
	border: 1px dotted #7D9874;
	color: #000000;
	font-family: georgia, Trebuchet, "Trebuchet MS", Verdana, sans-serif, arial;
	font-size: 12px;
	color: #000000;
}
dfn {
    font-style: normal;
}
dfn:hover {
    font-style: normal;
    cursor: help;
}
.blogtime {
	font-size: 17px;
	color: #555544;
}
.blogtopic {
	font-size: 21px;
}
.blogtopic a {
	color: #555544;
	text-decoration: none;
}
.blogheader {
	border-bottom: 1px dotted #7D9874;
	width: 547px;
	padding-bottom: 10px;
}
.blogtext {
	width: 370px;
	border-bottom: 1px dotted #7D9874;
	padding-top: 10px;
	padding-bottom: 10px;
}
.blogsign {
	font: italic 16px georgia, Trebuchet, "Trebuchet MS", Verdana, sans-serif, arial;
	margin-top: 15px;
}
.bloghistory {
	width: 200px;
	font: 11px georgia, Trebuchet, "Trebuchet MS", Verdana, sans-serif, arial;
	padding-left: 10px;
	padding-top: 10px;
	border-left: 1px dotted #7D9874;
}
/* TinyMCE specific rules */
body.mceContentBody {
	background: #FFFFFF;
}