

body { 
  color: #000000; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 100%; 
  background-color: #FFFFFF;
}

h1		{ font-family: century gothic, Arial, Helvetica, sans-serif; font-weight: bold; }
h2		{ font-family: century gothic, Arial, Helvetica, sans-serif; font-weight: bold; }
h3		{ font-family: century gothic, Arial, Helvetica, sans-serif; font-weight: bold; }
h4		{ font-family: century gothic, Arial, Helvetica, sans-serif; font-weight: bold; }
h5		{ font-family: century gothic, Arial, Helvetica, sans-serif; font-weight: bold; }
h6		{ font-family: century gothic, Arial, Helvetica, sans-serif; font-weight: bold; }

table.design {
  margin-left: auto;
  margin-right:auto;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
}

td		{ 
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}


td.body	{
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  background-color: #FFFFFF;
  vertical-align: top;
  padding: 0px 0px 10px 15px;
  /*text-align: justify;*/
}

td.menu {
  color: #000000;
  background-color: #999999;
  height: 300px;
  width: 100px;
  padding-top: 10px;
  vertical-align: top;
  text-align: left;
  border: 1px solid black; 
  border-top: none;
  border-bottom: none;
}

td.logoleft {
  background: url('/image/lefttitle.png');
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  border: 1px solid black;
  border-right: none;
  border-bottom: none;
  margin: 0px;
  padding: 0px;
  width: 156px;
}

td.logoright {
  background: url('/image/righttitle.png');
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  border: 1px solid black;
  border-left: none;
  border-right: none;
  margin: 0px;
  padding: 0px;
  width: 219px;
}

td.spacer {
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  width: 400px;
  border: 1px solid black;
}

td.copyright {
  background-color: #999999;
  height: 30px;
  border: 1px solid black;
  text-align: center;
}

td.spacing {
  height: 5px;
}

td.red		{ color: #ff0000; }
td.green	{ color: #00ff00; }
td.blue		{ color: #0000ff; }

a		{ color: #333333; text-decoration: underline; }
a:hover		{ text-decoration: underline; }
a.table		{ color: #000066; text-decoration: none; }
a.table:hover	{ text-decoration: underline; }

img { 
 border: 1px solid black;
  margin: 0px;
  padding: 0px;
}

img.noborder {
  border: none;
}

