/*

*/


body { background: #fff; color: #333; font-family:  arial, sans-serif; text-align: center; }

/*---:[ global elements ]:---*/

a { color: #0060ff; text-decoration: underline; }
    a:visited { color: #0000df; text-decoration: underline; }
    a:hover { color: #df0000; text-decoration: underline; }
	a img { border: none; }

/*---:[ headlines ]:---*/

h1, h2, h3 { font-weight: bold; font-family: Helvetica, Arial, sans-serif;  text-align: center; }

h1 { font-size: 2.5em; }

h2.header { text-align: center; color: red; font-size: 2.0em}

h3.header { text-align: center; color: red; font-size: 1.5em}

h2 { font-size: 2.0em; }

h3 { font-size: 1.5em; text-transform: uppercase; }

h4 a, h4 a:visited { color: #fff; text-decoration: none; }
	  h4 a:hover { color: #888; text-decoration: underline; }

 /*---:[ header styles ]:---*/

#masthead { padding:2px; }

/*---:[ bodycontent ]:---*/

p.bodyc { text-align: center; font-size: 100%; font-family: arial, sans-serif; font-weight: bold; }
p.bodyl { text-align: left; font-size: 100%; font-family:  arial, sans-serif; font-weight: bold; }
p.bodyr { text-align: right; font-size: 100%; font-family:  arial, sans-serif; font-weight: bold; }

/*---:[ table ]:---*/

table {
  border: none; background-color: #00DDAA
  }

td, th {
  border: none;
}

table.menutab {
  background-color: #ddFFFF;
  border: solid black thin;
  border-collapse: collapse;

}

td.menutab, th.menutab {
  border:  none;
  border-collapse: collapse;

}

table.plain {
  background-color: white;
  border: thin black solid;
  border-collapse: collapse;
}

table.plainnb {
  background-color: white;
  border: none;
  border-collapse: collapse;
}


td.plain, th.plain {
  border:  thin black solid;
  text-align: center;
  border-collapse: collapse;
}

 td.plainl, th.plainl {
  border:  thin black solid;
  text-align: left;
  border-collapse: collapse;
}

 td.plainlnb, th.plainlnb {
  border:  none;
  text-align: left;
  border-collapse: collapse;
}

/*---:[ footer ]:---*/

p.footer { text-align: left; }

 :link { color: #FF0088 }
 :visited { color: #8800FF }
 div.c {text-align: center; line-height:120%}
 div.r {text-align: right; line-height:120%}
 div.l {text-align: left; line-height:120%}
 span.f2 {font-size: 150%}
 span.f1 {font-size: 120%}
 span.f0 {font-size: 100%}

 a.bold {font-weight: bold;}
 

