body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 11px;
	background-color: #FFFFFF
}

h1,h2,h3  { color:#000; }

a { text-decoration: none }
a:link { color: #6699CC}
a:visited { color: #6699CC}
a:active { color: #6699CC}

img.folio {border: 4px solid #EEEEEE;}
a:visited img.folio {border-color: #EEEEEE;}
a:hover img.folio {border-color: #999;}
a:active img.folio {border-color: #EEEEEE;}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
input, .inputbox {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.inputimage {
	border: none;
}

.subtitle {
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	font-weight: bold;
	font-size: 10px;
}
.title2 {
	background-color: #EFF4FC;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	font-weight: bold;
	font-size: 16px;
}
.title {
	font-weight: bold;
	font-size: 16px;	
	border: 1px dotted #888;
  margin-top: 7px;
  padding: 2px;
  display: inline;
  background-color: #fff;
}
.posted {
  text-align: right;
  border-top: 1px dotted #888;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 2px;
  font-size: xx-small;
  background-color: #eee;
}

.blog-container {
	width:650px;
	text-align:center;
}
.blog-item {
	/* the container */
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.blog-title
{
	padding-top: 20px;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:large;
}
.blog-summary, blog-article
{
	text-align: justify;
	color:#666666;
	padding-top: 5px;
}
.blog-posted, .blog-cat
{
	text-align: left;
	font-size: xx-small;
	color: #666666;
	padding-top: 5px;
}