/* CSS Document */

body{
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:11pt;
	margin:0px;
	color:#222222;
	line-height: 1.3em;

	}

/* --- Title ---- */
.title {
	font-size:13pt;
	color: #0033FF;
	line-height: 1.6em;
}
.title a, .title a:link, .title a:visited, .title a:active{
	text-decoration:none;
	color:#0033FF;
}
.title a:hover{
	color:#0099FF
}

/* --- All entry contents ---*/
.entry{
	text-align:justify;
}
/* ---- Date ---- */
.sdate{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
.bheader{
	color:#000000;
	font-weight:900;
}
/* ---- Line for seprate ---- */
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}
/* ---- WebLinks ----- */

a{
	color:#0033FF;
}
a:link, a:visited, a:active{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.note{
	font-size:12px;
	color:#999999;
}
