body {
	margin: 0px;
	padding: 0px;
	font: 12px/1.5 georgia, "times new roman", times, serif;
	color: #333;
	background-color: #fff;
	min-width: 800px;



}

#contentBody {
	font: 13px /1.4 georgia, "times new roman", times, serif;
	color: #333;
	background-color: white;
	padding: 4px 6px 4px 6px;
}

.entryInfo {
	font: 90% "lucida grande", "trebuchet ms", helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.entryFooter {
	font: 90% "lucida grande", "trebuchet ms", helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.entry {
	padding: 6px;
}

.entryDivider {
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.subheading {
	text-align: center;
	font-size: 85%;
}

.imageRight {
	padding: 10px;
	float: right;
	position: relative;
	border: 0px;
}

/* selectors */
a:link {
	text-decoration: none;
/*	border-bottom: 1px #aaa dotted; */
	color: #069;
	background-color: transparent;
}

a:visited { color: #069; }


a:hover {
	color: #999;
	background-color: #f9f9f9;
}

a:active { color: #9CF; }

}

.title a {
	color: #666;
}

.none { display: none; }
strong, b { font-weight: bold; }
img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	font-family: georgia, "times new roman", times, serif;
	line-height: 1.0;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 80%; }

}

ul, ol {
  list-style-type: circle;
}


a .title {
	color: #666;
}

a:visted .title  {
	color: #666;
}

a:hover .title {
	color: #999;
}

a:active .title {
	color: #666;
}

.strikethrough {color:#4F88D3; text-decoration: line-through;}

.red { color: #F00; }

.error { color:#F00; }

.warning { color:#F00; }
