td, li {
	font-family : sans-serif;
}
a {
	color : #ccc;
	text-decoration : none;
	background : transparent;
}
a img {
	background-color: transparent;
	color: #8d8d8d;
}
a:active {
	color : #000;
	background : transparent;
}
a:hover {
	text-decoration : underline;
}
a:visited {
	color: #b3b3b3;
	text-decoration : none;
	background : transparent;
}
a:visited:hover {
	text-decoration : underline;
}
body {
	background-color : #fff;
	color : #000;
	font-size : 10pt;
}
cite {
	font-style : italic;
}
dt {
	font-size : 9pt;
	text-align : left;
	color : #ccc;
	background : transparent;
}
img {
 	border : 0;
 	padding : 0;
 	margin : 0;
}
strong {
	font-weight : bolder;
}
#blog {
	background-color : #8d8d8d;
	color : #003048;
	text-align : left;
}
#ctr {
	visibility : hidden;
}
#header {
	margin : 0;
}
#logo {
	background-color : #003048;
	color : #717063;
	font-size : 11px;
	text-align : right;
}
#right {
	background-color : #003048;
	color : #000;
	font-size : 11px;
	text-align : left;
}
.date {
	font-size : 9pt;
}