body
{
  margin: 0px;
  background-color: #ffffff;
  color: #000000;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica;
}

td, input
{
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica;
}
td
{
    text-align: left;
}
select
{
  font-size: 9pt;
  font-family: Verdana, Arial, Helvetica;
}

a, a:visited
{
  font-size: 10pt;
  color: #003399;
}

a:hover
{
  color: red;
}
.tab, .centerTab, .leftTabLine, .rightTabLine
{
  background-color: #F0EFEF;
}
.centerTab, .leftTabLine, .rightTabLine
{
  padding: 6px 4px 6px 4px;
}
.tabSelected, .centerTabSelected, .leftTabLineSelected, .rightTabLineSelected
{
  background-color: #DEDEDE;
  font-weight: bold;
}
.centerTabSelected, .leftTabLineSelected, .rightTabLineSelected
{
  padding: 6px 4px 6px 4px;
}
.leftTabLine, .leftTabLineSelected
{
  background-image: url(/images/tabs/topleftcurve.gif);
  background-repeat: no-repeat;
}
.rightTabLine, .rightTabLineSelected
{
  background-image: url(/images/tabs/toprightcurve.gif);
  background-repeat: no-repeat;
}
.spacerTab
{
  padding-left: 5px;
}
.tabBody
{
  background-color: #DEDEDE;
}

.windowBox
{
  background-color: #F5F5F5;
  border: 3px;
  border-collapse: collapse;
  border-color: #CCCCCC;
  border: solid 1px #cccccc;
  margin: 10px, auto, 10px, auto;
  padding: 5px;
}

.windowBoxHeader
{
  background-color: #336699;
  padding: 3px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}

.windowBoxHeader td
{
  background-color: #336699;
  padding: 3px;
  color: #ffffff;
  font-weight: bold;
  width: 33%;
}

.windowBoxHeader a
{
  color: #ffffff;
  font-weight: normal;
}

.sectionHeader a, .sectionHeader a:active, .sectionHeader a:visited, .sectionHeader a:hover
{
  color: #ffffff;
  font-weight: normal;
}

.listRow
{
  background-color: #dddddd;
}

.altListRow
{
  background-color: #ffffff;
}

.templateTopBar
{
  background-color: #F5F5F5;
  border-bottom: solid 1px #000000;
  height: 10px;
}

.templateTopBar td
{
  height: 10px;
}

.templateLeftBar
{
  background-color: #F5F5F5;
  border-right: solid 1px #000000;
  padding-left: 5px;
  height: auto;
}

.templateMain
{
  height: auto;
}


.footer
{
  font-size: 7pt;
}
.xsmall
{
  font-size: 7pt;
}
.small
{
  font-size: 8pt;
}
.pageHeader
{
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding: 5px 0px 15px 0px;
}
.posting
{
  border-bottom: dotted 1px #000000;
  border-left: dotted 1px #000000;
  border-right: dotted 1px #000000;
}
.messagePanel
{
  background-color: #F5F5F5;
  border: solid 1px #000000;
  padding: 15px;
  margin: auto;
  width: 400px;
}
.footerSection
{
  padding-top: 30px;
  margin: auto;
}
.centeredPanel
{
  width: 500px;
  margin: auto;
}
.pageSummary
{
  width: 360px;
  margin: 5px auto 5px auto;
  padding-bottom: 20px;
}
#preview
{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}