/* set overall style */
body
{
  background-image: url('mfyc-bg.jpg');
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  font-family: georgia, times;
  color: #990033;
}
a {text-decoration: none}

/* overall table style */
table
{
  border-style: none;
}
table.mfyc_name
{
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  color: #FFFFFF;
  background-color: #FF6666;
  font-family: tahoma, helvetica;
  font-weight: lighter;
}
table.content
{
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  background-color: #FFFFDD;
}
th
{
  text-align: left;
}
td
{
  vertical-align: top;
  text-align: left;
}
td.mfyc_nav
{
  font-size: small;
  text-align: right;
  width: 7%;
}
td.mfyc_page
{
  text-align: center;
  font-family: tahoma, helvetica;
  font-weight: lighter;
  font-size: large;
  line-height: 140%;
}
td.mfyc_copyright
{
  text-align: right;
  font-size: x-small;
}
td.content
{
  padding-left: 15%;
  padding-right: 15%;
}
dt
{
  font-weight: bold;
}
a.menu
{
  color: #FFFFFF;
}

/* notices */
span.note
{
  color: #FF0000;
}


