/***
    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. martin.hyrsal@gmail.com   
***/

/*** HTML tags ***/
BODY{font-family:Arial, Helvetica, sans-serif;color:#000;background:#e2e0e0;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:0;}
P{margin:0 0 10px 0;padding-right:20px;line-height:1.3em;color:#fff;}
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;}
TABLE{}
FIELDSET{border:0;padding:0;margin:0;}
LABEL{width:100px;float:left;padding:4px;}
INPUT{width:100px; padding:4px; margin:5px 0 10px 0 }
CAPTION{text-align:left;padding:15px 0 5px 0;font-weight:bold;}
TH, TD{text-align:left;padding:3px 6px 3px 6px;vertical-align:top;}
FORM{margin:0px; text-align:left }
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; margin:5px 0 10px 0}
H1{font-size:2em;line-height:1em;margin:0 0 10px 0;}
H2{font-size:1.4em;line-height:1em;margin:0 0 10px 0;}
H3{font-size:1.2em;line-height:1em;margin:0 0 10px 0;}
H4{font-size:1em;line-height:1em;margin:0 0 5px 0;}
H5{font-size:0.9em;line-height:1em;margin:0 0 5px 0;}
H6{font-size:0.8em;line-height:1em;margin:0 0 5px 0;}

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

/******* classes *******/
.cb{clear:both;}
.print{display:none;}
.normal{font-weight:normal;}
.small{font-size:0.9em;line-height:1.1em;font-weight:normal !important;}

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, em, font, img, strong, dl, dt, dd, ul, li, fieldset, form, label{margin:0;padding:0;border:0;outline:0;}
