a {
	color: #000000; 
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	background-color: #EEE;
}

div.image a {
	text-decoration: none;
}

div.image a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}



body {
	background:  #fffff;
	font-family:	times, serif;
	font-size:	small;
}


td.ttl {
padding-right: 20px;
}

DIV.blogDATE {
	padding-bottom:	2px;
}

DIV.blogDATETEXT {
	color:		#000000;
	font-weight:	bold;
	font-family:	times, serif;
}


DIV.blog {
	padding:	7px;
	background-color: #99cccc;
	width:	90%;
}

DIV.blogTEXT {
	font-family: times, serif;
	font-size: small;
}

div.blogHEAD {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	padding: 7px;
	width:	90%;
}

DIV.blogHEADTEXT {
	font-size:      15pt;
	color:          #000000;
	font-family:	times, serif;
	padding-left:	5px;
}


DIV.blogFOOTER {
	margin-top:	2px;
	margin-bottom:	2px;
	padding-bottom:	15px;

}

DIV.blogFOOTERTEXT {
	font-size:	8pt;
	font-family:	times, serif;
	font-weight:	bold;
	color:	#000000;
}

div.border {
	border: 1px solid #000;
	padding: 0px;
}



div.navlist {
	width: 150px;
	/* to display the list horizontaly */
	font-family: times, serif;
	padding: 2px;
	border: 1px #000 solid;

}

div.navlist a {
	/* extend the sensible area to the maximum with IE5 */
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 2px;
	color: #000;
}

div.navlist a:hover { 
	background-color: #EEE; 
	text-decoration: none;
}
div.navlist a:visited { color: #000; }

.formy {
	border-style:	solid;
	border-width:	1px;
	border-color:	#000000;
	font-family:	verdana, sans-serif;
	font-size:	7pt;
	font-color:	#000000;
}

DIV.comment {
	padding:	7px;
	background-color: #99cccc;
	width:	90%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}

DIV.commentTEXT {
	font-family: times, serif;
	font-size: small;
}

