﻿body 
{
     background-image: none;
     background-color:   White;
     font-size: 10pt;
}

#toppage{
 visibility: hidden;
}
#date{
}

#topbar{
 display: none;
}
#header
{
    }
#content
{
    width: 100%;


	/*width:800px;*/
}
#contenttext{

	width: 100%; 
	background-color: White; 
	 border: none;
}
#logo{
	 visibility: hidden;
}
#pagetitle
{
    width: 100%;
    background-color: White;
    text-align: center;
    color: Black;
    height: 55px;
        border: none;
}
#title
{

}
#menu{
	/*float:left; */ 
	visibility: hidden;
}
#footer
{
     background-color: White;
     /*position: absolute;
      bottom: 0;
	 width: 100%;
    */
	 color: Black;
}

#footer a
{
    color: Black;
}

/*GRAY PANEL*/
.panel{
	
}

/*TEXT STYLES*/
.bodytext {
	color:  Black;
}
.smalltext {

	color: Black;
}
.smallwhitetext {

	color: White;
}
.smallwhitetext a{

}
.smallwhitetext a:hover{
}
.smallgraytext {

}
.smallgraytext a{

}
.smallgraytext a:hover{

}
.titletext 
{
   margin: 0;
  position: relative;
  color: Black; 
  text-align: center;
  width: 100%;
}
.logotext {

}
.orangelogotext {

}
.orangetitle {

}
#linksmenu a{
     color: Black;
}
#linksmenu a:hover{

}

.Checks
{
    page-break-before: always;
    width: 90%;
    border: solid 1px black;
    font-size: small;
     color: Black;
}

td#DateCell
{
    display: none;
    background-color: Blue;
}

td#Title
{
     display: none;
    background-color: Blue;
}

td#MenuCell
{
     display: none;
    background-color: Blue;
}

.PrintHide
{
    display: none;
}