/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #660000;
}

a.menubar:link {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a.menubar:hover {
	text-decoration: underline;
	color: #006699;
	font-size: 12px;
}
a.menubar:visited {
	color: #000066;
	font-weight: bold;
	font-size: 12px;
}

a.menubar_dark:link {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a.menubar_dark:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 12px;
}
a.menubar_dark:visited {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
}
.menubar_dark_text {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
}
.greyed {
	font-style: italic;
	color: #999999;
}
.blogtimestamp {
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}
