@CHARSET "UTF-8";
/*default print*/
html {
   background-color: #FFFFFF !important;
}
body {
   margin: 0;
   padding: 1em 3em 1em 3em;
   background-color: #FFFFFF;
   font-size: small;
   font-family: "Times New Roman";
   color: #000000;
   text-align: center;
}
/*HEADINGS*/
h1, h2, h3, h4, h5, h6 {
   color: #000000;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1.0em;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.8em;
}
/*LINKS*/
a {
   color: #000000 !important;
   text-decoration: none;
   background-image: none !important;
   background-color: #FFFFFF;
}
/*list*/
ul.text li, ul.menu li {
   list-style-image: none;
   list-style-type: circle;
}
/*all the specific tags*/
.label, legend, caption, .info, .stress, .alert, .highlight, .explain, label, dt, dl, dd, td, th, .small, .medium, .large, .bold, .italic, .through, .sup, .sub, .underline, .block {
   color: #000000 !important;
   background-image: none !important;
   background-color: #FFFFFF !important;
   text-decoration: none !important;
   border: 0 !important;
}
/* page divs*/
#full, #main, #main-content {
   background-color: #FFFFFF !important;
   border: 0 !important;
   padding: 0 !important;
   margin: 0 !important;
   
}
/*logo*/
#logo {
   display: none;
}

/*header*/
#header {
   background-image: none;
}
/*navigation*/
#submenu, #navigation, #search-com, #help-com, #labels-nav, #menu-langs, #menu-currs {
   display: none;
}
/*advertisings*/
#right-advertising, #description-adsense-google, #advertising-footer {
   display: none;
}
/*comments*/
#comment-controller {
   display: none;
}
/*pagination*/
#paginal {
   display: none;
}
/*crumbs*/
#crumbs {
   display: none;
} 
/*menu*/
#left-column {
	display: none;
}
/*footer*/
#footer, #page-output-controller, #beta-version-info {
	display: none;
}
/*jscript back*/
#go-back-link {
   display: none;
}
/************display an owner's data***************/
#printable-data-only {
   display: block;
}
/*info pages*/
#equiv-result {
   background-color: #FFFFFF;
}