body {
font-size: 100%;
border: none;
overflow: auto;
position: absolute;
top:0;
left: 0;
}

html {/*overflow-y:hidden; */}

table.MainTable
{
border: thin solid #23392D;
}

td.tableHeader
{
height: 40px;
text-align: center;
font-size: 18pt;
font-family:arial;
color: #FFE14F;
background-color: #23392D;
position: relative;
vertical-align: middle;
}

td.sectionHeader
{
background-color: #7B9A7B;
height: 22px;
text-align: left;
padding-left: 30px;
font-weight: 600;
font-family: arial;
font-size: 14pt;
padding-top: 5px;
padding-bottom: 5px;
border-top: thin solid #23392D;
}

td.tableGuts
{
font-size:11pt;
font-family: arial;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
}

td.tableBottom
{
text-align: center;
height: 24px;
background-color: #FFE14F;
vertical-align:middle;
position:relative;
font-family: arial;
font-size: 12pt;
border-top: thin solid #23392D;
}

td.center
{
text-align: center;
}

a.MainLink:link {color: #23392D;text-decoration:none;font-weight: 900;}
a.MainLink:visited {color: #23392D;text-decoration:none;font-weight: 900;}
a.MainLink:hover {color: #000000;text-decoration:none;font-weight: 900;}
a.MainLink:active {color: #23392D;text-decoration:none;font-weight: 900;}




#border
{
border: thin solid #23392D;
width: 100%;
}


div.TableReplacer
{
display: block;
border: thin solid #FF00FF;
height: 100px;
}

table.NewTable
{
table-layout:fixed; 
width:100%; 
border:none; 
}

td.NewHeaderLeft
{
height: 29px;
width: 29px;
/*background: #FFFFFF;*/
background-image: url('../css_images/NewHeaderLeftTop.gif');
background-repeat: no-repeat;
}

td.NewHeaderCenter
{
border-top: 2px solid #23392D; 
background: #23392D;
height: 29px; 
text-align: center;
font-size: 16pt;
font-family:arial;
color: #FFE14F;
}

td.NewHeaderRight
{
float: right;
top: 0px;
height: 29px;
width: 29px;
/*background: #FFFFFF;*/
background-image: url('../css_images/NewHeaderRightTop.gif');
background-repeat: no-repeat;
background-position: top right;
text-align: right;
}

td.NewSectionHeader
{
background-color: #7B9A7B;
height: 29px;
text-align: left;
padding-left: 30px;
font-weight: 600;
font-family: arial;
font-size: 14pt;
padding-top: 5px;
padding-bottom: 5px;
border-top: thin solid #23392D;
border-left: 2px solid #23392D;
border-right: 2px solid #23392D;
}


td.NewBorderLeft
{
width: 2px;
border-left: 2px solid #23392D; 
background: #ffffff;
}

td.NewBorderRight
{
width: 2px;
border-right: 2px solid #23392D; 
background: #ffffff;
}


td.NewTableGuts
{
font-size:11pt;
font-family: arial;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 10px;
background: #ffffff;
}

td.NewTableBottom
{
text-align: center;
height: 28px;
background-color: #FFE14F;
vertical-align:middle;
position:relative;
font-family: arial;
font-size: 12pt;
border-top: 1px solid #23392D;
border-right: 2px solid #23392D; 
border-left: 2px solid #23392D; 
border-bottom: 2px solid #23392D; 
}

td.NewTableBottomReg
{
height: 2px;
position:relative;
font-size: 1pt;
border-top: none;
border-right: 2px solid #23392D; 
border-left: 2px solid #23392D; 
border-bottom: 2px solid #23392D; 
}

td.NewTableGutsSpan
{
font-size:11pt;
font-family: arial;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 10px;
border-right: 2px solid #23392D; 
border-left: 2px solid #23392D; 
background: #ffffff;
text-align: left;
}


h3.homepage {
color: #23392D; 
}