body {
 text-align: center;
 }

th, td, p { font-size: 14px; }

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold {
	font-weight: bold;
}

#headerBox {
  width: 850px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  color: #000000;
  background-color: #CCCCCC;
  border-bottom: solid none 1px;
  border-left: solid #333399 1px;
  border-right: solid #333399 1px;
  border-top: solid #333399 1px;
  }

#horizmenu {
  width: 850px;
  height: 25px;
  font-size: 18px;
  font-family: arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
  background-color: #333399;
  color: #FFFFFF;
  border-bottom: solid #333399 1px;
  border-left: solid #333399 1px;
  border-right: solid #333399 1px;
  border-top: solid #333399 1px;
  }
#horizmenu a {
text-decoration: none;
color: #FFFFFF;
background-color: #333399;
padding-left: 5px;
padding-right: 5px;
}
#horizmenu a:hover   { color: #333399; background-color: #FFFFFF; }

#mainContent {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 12px;
  }

#leftrightseparator {
  width: 850px;
  border: none;
  text-align: left;
  }

.boxmenu {
  margin-top: 5px;
  width: 170px;
  background-color: #CCCCCC;
  font-size: 12px;
  font-family: arial, sans-serif;
  font-weight: normal;
  color: black;
  border: solid #333399 1px;
  }

.boxhead {
  width: 166px;
  margin: 2px;
  background-color: #333399;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  }

.boxbody {
  width: 166px;
  color: #000000;
  font-weight: normal;
  text-align: left;
  padding: 2px;
  }
.boxbody a {
float:left;
width:166px;
text-decoration: none;
color: #000000;
background-color: #CCCCCC;
padding-left: 2px;
}
.nolink {
 color: #666666;
}

.boxbody a:hover   { color: #FFFFFF; background-color: #333399;}

.contentArea {
  width: 670px;
  min-height: 300px;
  margin-top: 5px;
  margin-left: 5px;
  border: solid #333399 1px;
  background-color: white;
  color: black;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  padding: 2px;
  vertical-align: top;
  }
.contentArea h3 {  font-size: 14px; text-align: center; color: #333399; }
.contentArea h2 {  font-size: 18px; text-align: center; color: #333399; }
.contentArea a:link    { text-decoration: underline; color: #FF0000; }
.contentArea a:visited { text-decoration: underline; color: #FF0000; }
.contentArea a:active  { text-decoration: none; color: #000000; }
.contentArea a:hover   { text-decoration: none; color: #FF6600; }
.redText { color: #FF0000; }
.centered { text-align: center }

.footAddress {
  font-family: arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  }

.tipList {
  margin-right: 10px;
  }

.headCell {
  font-size: 16pt;
  font-weight: bold;
  color: #FF0000;
  }

.smaller {
  font-size: 8pt;
  }

.bigger {
  font-size: 14pt;
  }

.boxlarge {
  margin-top: 2px;
  width: 666px;
  background-color: #CCCCCC;
  font-size: 12px;
  font-family: arial, sans-serif;
  font-weight: normal;
  color: black;
  border: solid #333399 1px;
  text-align: center;
  }

.boxlargehead {
  width: 662px;
  margin: 2px;
  background-color: #333399;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  }

.boxlargebody {
  width: 662px;
  color: #000000;
  font-weight: normal;
  text-align: left;
  padding: 2px;
  }

.boxlargebody a:link    {text-decoration: underline; color: black; }
.boxlargebody a:visited {text-decoration: underline; color: black; }
.boxlargebody a:active  {text-decoration: underline; color: black; }
.boxlargebody a:hover   {text-decoration: underline; color: black; }

