#noprintcontent 
	{
		display:none;
	}
	
#menu {
   display: none;
   }
   
 #btnPrint {
   display: none;
   }

#chkComments {
   display: none;
   }
   
#ctlHeader{
   display: none;
   }
 
 #noprintcontent{
   display: none;
   }  
   
a:active
{
	color: #000000;
	text-decoration: none;
}
a:link
{
	color: #000000;
	text-decoration: none;
}
a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: darkred;
	text-decoration: none;
}

.contentTable {
    width: 640px;
	border-top: 0px solid #ffffff;
	border-left: 0px solid #D5D291;
	border-right: 0px solid #D5D291;
	border-bottom: 0px solid #D5D291;	
	background-color: White;
}

.contentTableShort {
    width: 640px;
	border-top: 0px solid #ffffff;
	border-left: 0px solid #D5D291;
	border-right: 0px solid #D5D291;
	border-bottom: 0px solid #D5D291;
	background-color: White;
}
   
#content {
   width: auto;   
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   font-size: 12pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   }

.bodyTable {
    padding: 14px;
    background-color: #edecd1;
    width: 100%;
    height: 100%;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

h2 {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}