@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-position:top;
	background-image:url(images/background.png);
	background-repeat: repeat-x;
	background-attachment:fixed;

}

/* Typography Stuff */
h1,h2,h3,h4,h5
{
  font-family: Trebuchet MS, Helvetica, Arial, sans-serif; 
  font-weight: bold;
}

h1{
	font-size: 160%;
}
h1,h2,h3{
  text-align:center;
}

p 
{
  font-family: Palatino Linotype, Book Antiqua, Palatino, sans-serif;
  /*text-align: justify;*/
}

a:link
{
  text-decoration: none;
  //font-family:Trebuchet MS, Helvetica, Arial, sans-serif;
  //font-size:10pt;
  color: #0000FF;
}

a:visited
{
  text-decoration: none;
  //font-family:Trebuchet MS, Helvetica, Arial, sans-serif;
  //font-size:10pt;
  color:#0000ff;
}

a:hover
{
  text-decoration: none;
  //font-family:Trebuchet MS, Helvetica, Arial, sans-seriff;
  //font-size:10pt;
  color:#0000ff
}

li
{
	font-family: Palatino Linotype, Book Antiqua, Palatino, sans-serif;
}

td.d0
{
	background-color:#BBBBBB;
}

td.d1
{
	background-color:#DDDDDD;
}	