
@import url("styleSheet_reset.css");
@import url("styleSheet_structure.css");
@import url("styleSheet_navigation.css");


/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body { font-family: Arial, Helvetica, sans-serif; font-size: 0.7em; color: #333; background:url(../images/background.gif) no-repeat top center #fff; line-height:135%; padding: 0; margin: 0; }

html, body { height: 100%; } /* Used for 100% Height */

.clear { clear:both; }

.left { float:left; }

.right {float:right;}



/*
------------------------------------------------------
Links
------------------------------------------------------
*/


a { color: #e31836; text-decoration : underline; }

a:Hover {color: #000;text-decoration : underline;}

/*
------------------------------------------------------
Headers
------------------------------------------------------
*/

h1,h2,h3,h4,h5,h6,h7 { color:#000; font-size:1.0em; margin:10px 0;}
h1 { color:#e31836; font-size:1.7em;}
h2 { color:#000; font-size:1.2em;}
h3 { color:#000; font-size:1.0em;}




/*
------------------------------------------------------
HTML 
------------------------------------------------------
*/

hr {
border: none 0; border-top: 1px solid #999; width: 100%; height: 1px; }


ol {
}

ul{
}




