@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../_images/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.date {
	font-size: 0.8em;
	color: #000;
}
.sidebarHeader {
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: bold;
	color: #333;
}
.vertDot {
	background-image: url(../_images/vert_dot.png);
	background-repeat: repeat-y;
}
.paragraph {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
.horzDot {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000;
}
.credits {
	font-size: 0.7em;
	line-height: 1.2em;
	color: #666;
}
.paragraphGrey {
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}
