@import url("styleSheet_structure.css");
@import url("styleSheet_navigation.css");

/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body { font-family: Arial, Helvetica, sans-serif; font-size: 0.7em; line-height:1.4; color: #333; background:#111; padding:0; margin:0; }/*font-size: 0.65em;*/

img {border:0}
p {margin:10px 0;}
hr {border: none 0;border-top: 1px solid #999;width: 100%;height: 1px;}
table, input, textarea, select { font-size: 1em; }

.clear {clear:both;}
.left {float:left;}
.right {float:right;}

/*
------------------------------------------------------
Links
------------------------------------------------------
*/

a { color:#e98c25; text-decoration :underline; }
a:hover {color:#000; text-decoration :underline;}
a:active, a:focus { outline: none; border: none; }
object { outline:none; }

/*
------------------------------------------------------
Headers
------------------------------------------------------
*/


h1, h2, h3, h4, h5, h6 {font-size:1em; color:#333; margin:0 0 10px 0;}
	h1 {font-size:2.0em; font-weight:400;}
	h2 {font-size:1.5em; font-weight:400;}
	h3 {font-size:1.2em;}
	h4 {color:#000;}