/* == ECOTEC Web stylings == */

/* == Print style sheet == */

/* == 23 July 2003 == */

/* == basic HTML elements == */

body {
	font-size : 11pt !important;
	font-family : verdana, sans-serif !important;
	line-height : 16pt;
	margin : 5%;
}

a {
   text-decoration : underline;
}

address {
   font-style : normal;
}

caption {
   text-align : left;
   font-weight : bold;
}

code {
   font : bold 100% "microsoft sans serif", "andale mono", "courier new", courier, monospace;
}

h1, h2, h3, h4, h5, h6 {
   font-family : verdana, "trebuchet ms", sans-serif;
   margin : 1em 0 0;
}

h1 {
   font-size : 1.25em;
}

h2 {
   font-size : 1.15em;
}

h3 {
   font-size : 1.1em;
}

h4 {
   font-size : 1.1em;
}

h5 {
   font-size : 1em;
}

h6 {
   font-size : 0.9em;
}

img {
   display : none;
}

img.display {
   display : block;
}

p {
   margin : 0 0 1em;
}

p.hidden {
   display : none;
}

p#breadcrumb {
   display : none;
}

p#strap {
   font-style : italic;
}

th {
   text-align : left;
}

tr {
   vertical-align : top;
}

ul li {
   margin : 0 0 0.5em;
}

ul#menuList {
   display : none;
}

div#subMenuBar {
   display : none;
}

div#systemNav div.footWrap span.left {
   display : none;
}

div#navBox {
   display : none;
}

div#footer ul {
   display : none;
}

