@charset "utf-8";
/* CSS Document */

body
{
	 background-color:#FFFFFF;
	 margin:0;
	 border:0;
	 background-image:url(images/bg.gif);
	 color:#000000;
	 font-family:Arial, Helvetica, sans-serif;
}
a:link, a:visited
{
	font-weight:normal;
	font-size:small;
	color:#000000;
	text-decoration:none;
}
a:hover
{
	font-weight:normal;
	font-size:small;
	color:#000000;
	text-decoration:underline;
}
a:active
{
	font-weight:normal;
	font-size:small;
	color:#000000;
	text-decoration:none;
}
.yearHeader
{
	font-size:x-large;
	font-weight:bold;
}
.monthHeader
{
	font-size:medium;
	font-weight:bold;
}
