body {
  background: #ffffff;
  /* background: url("http://englanders.us/images/yankees_bg.png"); */
  color: #183239;
  font-family: arial, helvetica, sans-serif;
}
:link { color: #0000cc; background: transparent }
:visited { color: #000060; background: transparent }
:active { color: #0a0000; background: transparent }

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { text-align: left }
h1, h2, h3 { color: black; background: white }
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

/*
h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 18pt;
  font-weight: bold;
}
*/

/*
h2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
}
*/

/*
body, td {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}
*/

th {
  font-family: arial, helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
}

img {
  color: white;
  background: white;
  border: none;
}

p.images { text-align: center; }

p.title {
  text-align: center;
  font-size: 16pt;
  font-weight: bold;
}

td.ribbon { text-align: center }


/*
.heading {
  color: #ffffff; background-color: #336699;
  text-align: center;
  font-size: larger; font-weight: bold;
}
*/
.heading {
  color: #ffffff; background-color: #000066;
  text-align: left;
  font-size: larger; font-weight: bold;
}


.grayback {
  background-color: #e0e0e0;
  padding-left:10px;
  padding-right:10px;
}

.grayback2 {
  background-color: lightgray;
  padding-left:10px;
  padding-right:10px;
}

/* Based on ones from http://www.zend.com/zend/trick/tricks-Oct-2002.php */

caption {
  font-family:arial,helvetica; 
  font-size:14px; 
  color: black;
  font-weight: bold;
}

.calendar {
  font-family:arial,helvetica; 
  font-size:11px; 
  color: white;
  background-color: #c0c0c0;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}

.header {
  background-color: #0066ff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}

.day {
  background-color: #808080;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  text-align: center
}

.daytoday {
  background-color: #808080;
  border-color: #000000;
  border-style: solid;
  border-width: 2px;
  text-align: center;
  font-weight: bold;
}

