
/*Redesign | Global Css (Print)*/
/*Begin Reset*/
  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0; } 
  table { border-collapse: collapse; border-spacing: 0; } 
  fieldset,img { border: 0; }
  address,caption,cite,code,dfn,th,var {font-style: normal; font-weight: normal;} 
  ol,ul {list-style:none; }
  caption,th {text-align:left;}
  q:before,q:after { content:''; } 
  abbr,acronym { border:0; }
/*End Reset*/

/* These rules fix some font problems and setup for relative font sizing */
/*Begin Fonts*/
/* This sets the base font size to close to 10px on most browsers. This means that 1em is ~10px, unless specified else where. */
body {
  font: .625em/1.2em verdana, arial, sans-serif;
  margin: 0;
  padding: 0;
}	

table {
  font-size: inherit; 
  font: 100% verdana, arial, sans-serif; 
}	

select, input, textarea {
  font: 99% verdana, arial, sans-serif;
}	

pre, code {
  font: 115% monospace;	
}	
/*End fonts*/


/*GLOBAL STYLES*/
a, a:link, a:visited, a:active {
 text-decoration:none;
 color: #006633;
}

a:hover {
 text-decoration:underline;
 color: #CC6633;
}

h1, h2, h3, h4, h5, h6 { margin: 0 0 15px 0; }
h1 {
  font-size: 2em;
  color: #006633;
}

h2 {
  font-size: 1.5em;
}

h3 { font-size: 1.3em; }

h4, h5, h6 {font-size: 1em;}

ul {  list-style-type: square;   margin: 15px 0 15px 25px;}
ol {  list-style-type: decimal;   margin: 15px 0 15px 25px;}

pre {
  font-family: Courier New, Courier, monospace;
  font-size: 80%;
}
hr {
	color: #006633;
	background-color: #006633;
	height: 1px;
	border: 0;
	width: 60%;
}



/*LAYOUT*/
table.PageBoundingBox { width: 100%; }
table.ContentBoundingBox { width: 100%; float: left;}
td.MainContent { padding: 5px 20px 25px 20px; }
td.LSB { display: none; }

/*HEADER*/
#headerwrapper {
 display: none;
}
.inlineMtcBlock {
 display: none;
}

/*FOOTER*/
#footerwrapper {
 font-size: .9em;
 text-align: center;
 padding: 10px;
}
#footerwrapper a:link, #footerwrapper a:visited {
 text-decoration: none;
 color: #000;
}
