/***
    General and basic CSS, loaded by default for all browsers
    To the code for newer browser capable to render CSS2 please see the main.css file.    
***/

/*** HTML tags ***/
BODY{font-family:Arial, Helvetica, sans-serif;color:#000;background:#F1F1F1;font-size:75%;line-height:85%;text-align:left;margin:0;padding:0;height: 100%;min-height: 100%;}
A, A:link, A:visited, A:hover, A:active{color:#000}
IMG{border-width:0px;}
P{margin:0px 0px 10px 0px;line-height:1.3em;}
DIV{line-height:1.3em;}
UL, OL{margin:0;padding:0;}
LI{font-size:1em;line-height:1.3em;list-style-position:outside;margin:0;}
FIELDSET{border:0;padding:0;margin:0;}
LABEL{width:100px;float:left;padding:4px;}
INPUT{width:100px;float:left;padding:4px;}
/*CAPTION{text-align:left;padding:15px 0px 5px 0px;font-weight:bold;}
TH, TD{text-align:left;padding:3px 6px 3px 6px;vertical-align:top;}
FORM{margin:0px;}
SELECT{font-size:1.0em;vertical-align:middle;}
INPUT{font-size:1.0em;vertical-align:middle;}*/
TEXTAREA{font-family:Arial,sans-serif;font-size:1.0em;width:200px;height:90px;overflow:auto;}
H1{font-size:2em;line-height:1em;margin:0px 0 10px 0;}
H2{font-size:1.4em;line-height:1em;margin:0px 0 10px 0;}
H3{font-size:1.2em;line-height:1em;margin:0px 0 10px 0;}
H4{font-size:1em;line-height:1em;margin:0px 0 5px 0;}
H5{font-size:0.9em;line-height:1em;margin:0px 0 5px 0;}
H6{font-size:0.8em;line-height:1em;margin:0px 0 5px 0;}
H1 SPAN,H2 SPAN,H3 SPAN{display:none}

/*** HR ***/
DIV.hr{clear:both;height:1px;background:none;margin:0;}
DIV.hr HR{display:none;}

/******* classes *******/
.cb{clear:both;}
.print{display:none;}