/*-------------------------------------------------------------
   AUTHOR:  	BAC Software Consulting LLC - Boutros AbiChedid 
   START DATE:	May 22, 2008
   PURPOSE: 	Styles for printing the page.
 -------------------------------------------------------------*/

body {
	font: 400 12pt "Times New Roman", Times, serif;
	color: #000;
	background: #FFF;
}

h1 {
	margin-top: 10px;
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
  	font-size: 14pt;
}

h4, h5, h6 {
  	font-size: 12pt;
}

acronym {
 	 border: 0;
}

abbr {
  border: 0;
}

a {
  	color: #000 !important;
	background-color:#FFF;
	text-decoration: none !important;
}

/* Prints the URL after a link in CSS2 supporting browsers */
/* This is not supported in IE 6.0 and 7.0 and IE 5.2 for Macintosh */
a:link:after, a:visited:after {
   	content: " (" attr(href) ") ";
   	font-size: 75%;
	color:#000;
	background-color:#FFF;
}

/* Don't display these elements since they're not useful for print */
div#header p{
	display: none;
}

div#error img { 
	display: none;
}

img, .menu, #switch{
  	display: none;
}

#footer p+p {
	display:none;
}

#content {
  	width: auto;
  	margin: 10pt auto;
  	padding: 0;
}

div.right a {
	display:none;
}

div.center li,#bookmark {
	display:none;
}

#footer {
	clear: both;
	margin: 0 auto;
	text-align: center;	
}

.hide_in_print {
	display: none !important;
	
}

/* show all tables in the website */
table { 
    border: 0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

table tr td{ 
	border: 1px solid #000;
}

/* hide some */
table#roundedblock, table#roundedblock tr td { 
	border: 0;
}
