A.edit {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: Gray;
	float: right;
	text-decoration: none;
	padding: 0px 3px 3px 3px;
	margin-top: 5px;
}
A.edit:hover {
	background-color: Red;
	text-decoration: none;
	color: #FFFFFF;
}

a.pota
{}
a.potaOn
{}

DIV.sidebar {
	font-size: 0.9em;
	line-height: 1.5em;
}
DIV.sidebar A {
	color: Navy;
	text-decoration: none;
}
DIV.sidebar A:hover {
	text-decoration: underline;
}
DIV.sidebar DIV.section {
	padding-bottom: 1em;
	border-bottom: 1px solid #336699;
	margin-bottom: 1em;
}
DIV.sidebar DIV.icons {
	text-align: center;
	margin-top: 20px;
}
DIV.sidebar DIV.icons DIV {
	margin-bottom: 10px;
}
DIV.sidebar UL {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: square;
}
DIV.sidebar P {
	margin-bottom: .3em;
}

.button_down {
	margin-left: 5px;
	padding: 2px 3px 2px 3px;
	background-color: #DEDEA0;
	border: 2px inset;
}
.button_up {
	margin-left: 5px;
	padding: 2px 3px 2px 3px;
	background-color: #DEDEA0;
	border: 2px outset;
}


DIV.entry {
	margin-top: 0em;
	margin-bottom: 2em;
}

DIV.entry DIV.date {
	float: left;
	padding: 5px;
	color: #333333;
	text-align: center;
	font-size: 0.9em;
	margin: 0px 10px 5px 0px;
	width: 7em;
}
DIV.entry DIV.date DIV.daynum {
	font-size: 2em;
	font-weight: bold;
}
DIV.entry DIV.date DIV.dayname {}
DIV.entry DIV.date DIV.month {}
DIV.entry DIV.date DIV.year {}

DIV.entry A {
	text-decoration: none;
	color: Navy;
}
DIV.entry A:hover {
	text-decoration: underline;
}

DIV.entry H1 {
	margin-top: 0em;
	font-size: 1.7em;
	font-weight: normal;
	color: Maroon;
	margin-bottom: 0.5em;
}
DIV.entry H1 A {
	color: Maroon;
}
DIV.entry H2 {
	margin-top: 1.5em;
	margin-bottom: 1em;
	margin-top: 1em;
	font-size: 1.3em;
	font-weight: normal;
	color: Maroon;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted Gray;
}
DIV.entry IMG {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 2px solid #336699;
}
DIV.entry P {
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 1.7em;
}
DIV.entry UL {
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 1.7em;
	list-style: square;
}
DIV.entry LI {
	margin-bottom: 0.5em;
}

DIV.entry DIV.end {
	font-size: 0.9em;
	color: #333333;
	text-align: right;
	border-bottom: 1px dotted #333333;
	background-color: #FFFFDD;
	padding: 2px 2px 2px 2px;
}
DIV.entry DIV.end A {
	color: #333333;
}
DIV.entry P.readon {
	margin-top: -0.5em;
	text-align: right;
}
DIV.entry P.readon A {
	color: Navy;
}

DIV.comment {
	margin-bottom: 2.5em;
	color: #222222;
}

DIV.editorial {
	background-color: #FFFFDD;
	padding-bottom: 0.25em;
}

DIV.comment DIV.metadata {
	font-size: 1em;
	text-align: left;
	border-top: 1px dotted #333333;
	background-color: #FFFFDD;
	padding: 2px 0px 2px 0px;
	font-weight: normal;
}
DIV.editorial DIV.metadata {
	background-color: #FFFF9C;
}

DIV.comment DIV.metadata SPAN.bullet {
	float: left;
}
DIV.metadata SPAN.name {
	font-weight: bold;
}
DIV.comment DIV.metadata DIV.data {
	margin-left: 1em;
}
DIV.comment DIV.post {
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	font-weight: bold;
}
DIV.comment DIV.text {
	margin-left: 1em;
	margin-right: 1em;
}
DIV.comment H1, DIV.comment H2 {
	font-size: 1.1em;
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 1.7em;
}
DIV.comment P {
	margin-bottom: 1em;
	margin-top: 1em;
	line-height: 1.7em;
}
DIV.comment UL {
	margin-bottom: 1em;
	margin-top: 1em;
	list-style: square;
}
DIV.comment LI {
	margin-bottom: 0.5em;
	line-height: 1.7em;
}
DIV.comment A {
	text-decoration: none;
	color: Navy;
}
DIV.comment A:hover {
	text-decoration: underline;
}

DIV.comment FORM {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
DIV.comment TEXTAREA {
	font-family: Verdana, sans-serif;
	width: 500px;
}
DIV.comment SPAN.caption {
	float: left;
	width: 200px;
	position: relative;
	top: 5px;
}
DIV.comment INPUT {
	font-family: Verdana, sans-serif;
}
DIV.comment INPUT.data {
	width: 300px;
}
DIV.comment DIV.submit {
	margin-right: 8px;
	text-align: right;
}
