﻿/* link underlines tend to make hypertext less readable,    because underlines obscure the shapes of the lower halves of words */:link,:visited { text-decoration:none }/* no list-markers by default, since lists are used more often for semantics ul,ol { list-style:none }*//* avoid browser default inconsistent heading font-sizes *//* and pre/code too */h1,h2,h3,h4,h5,h6,pre,code,p { font-size:1em; }h1,h2,h3,h4,h5,h6{color:#E61A23;}/* remove the inconsistent (among browsers) default ul,ol padding or margin  *//* the default spacing on headings does not match nor align with    normal interline spacing at all, so let's get rid of it. *//* zero out the spacing around pre, form, body, html, p, blockquote as well *//* form elements are oddly inconsistent, and not quite CSS emulatable. *//*  nonetheless strip their margin and padding as well ul,ol,li,*/h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }/* whoever thought blue linked image borders were a good idea? */a img,:link img,:visited img { border:none }/* de-italicize address */address { font-style:normal } /* more varnish stripping as necessary... *//* LAYOUT */body{font-family:Arial;font-size:10pt;background-color:#656465;}div#page{position:relative;width:800px;margin:0px auto;background:#FFFFFF url(./images/growplain.png) repeat-y 0px 0px;}div#whitepage{position:relative;width:800px;margin:0px auto;background:#FFFFFF url(./images/growwhite.png) repeat-y 0px 0px;}div#transpage{position:relative;width:800px;margin:0px auto;background:#FFFFFF url(./images/growtransblue.png) repeat-y 0px 0px;}	div#head{position:relative;height:127px;width:800px;background:transparent url(./images/topleft.png) no-repeat 0px 0px;}		div#head a#homelink{float:left;display:block;text-indent:-2000em;width:229px;height:84px;background:url(./images/logo.png) no-repeat 0px 0px;overflow:hidden;}		div#head img#rohsimg{float:left;margin-left:135px;}		div#head a#isolink{float:left;display:block;text-indent:-2000em;width:273px;height:127px;background:url(./images/iso9001.png) no-repeat 0px 0px;overflow:hidden;}		div#head a#anablink{float:left;display:block;text-indent:-2000em;/**/width:66px;height:127px;background:url(./images/anab.png) no-repeat 0px 0px;overflow:hidden;}				div#head div.main-menu{position:absolute;top:0px;left:0px;width:800px;}			div#head div.main-menu ul{float:right;margin-right:25px;}				div#head div.main-menu ul a, div#head div.main-menu ul span{font-family:"Arial Narrow",Arial;color:#b71c21;font-weight:bold;font-size:12pt;padding:5px 10px;}				div#head div.main-menu ul a:hover, div#head div.main-menu ul span:hover{color:#449fe8;}			div#body{}		div#body div#rotator{width:500px;height:300px;overflow:hidden;position:relative;left:299px;}			div#body div#rotator img.rotator{position:absolute;top:0px;left:0px;width:500px;height:300px;}					div#body div.contentbox{margin-left:302px;padding:10px 32px;min-height:120px;}		div#body div.pagecontent div.contentbox{margin-left:302px;padding:32px 32px 0px;min-height:405px;_height:405px;}				div#overlay div.sidecontent{width:270px;}			div#overlay div.sidecontent div.contentbox{padding:32px 10px 0px 10px;height:430px;overflow:hidden;}	p.footer{margin-left:302px;padding:10px 32px;color:#E61A23;font-size:7pt;}	div#overlay{position:absolute;top:127px;left:0px;}	div.whiteside{background:transparent url(./images/leftside-white.png) no-repeat 0px 0px;width:364px;height:473px;}	div.semitrans{background:transparent url(./images/left2transy.png) no-repeat 0px 0px;width:364px;height:473px;}	/* CONTENT */h1,h2,h3,h4,h5,h6{color:#E61A23;}h1,h2,h3,h4,h5,h6,p{margin-bottom:10px;}h1{font-size:1.3em;}h2{font-size:1.2em;}h3{font-size:1.1em;}h4{font-size:1em;}h5{font-size:0.9em;}h6{font-size:0.8em;}span.bigred{color:#E61A23;font-size:1.1em;font-weight:bold;}span.xx-small{font-size:0.7em;}span.x-small{font-size:0.8em;}span.small{font-size:0.9em;}span.medium{font-size:1em;}span.large{font-size:1.1em;}span.x-large{font-size:1.2em;}span.xx-large{font-size:1.3em;}