@import url("styleSheet_structure.css");

/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body { font-family: Arial, Helvetica, sans-serif; font-size: 0.7em; line-height:1.4; color: #333; background:url(../images/background.gif) repeat-x #eaeaea; border-top:1px solid #fff; padding:0; margin:0; }

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: #666; text-decoration : none; }
a:hover {color: #000;text-decoration : underline;}
a:focus { outline: none; }

/*
------------------------------------------------------
Headers
------------------------------------------------------
*/


h1, h2, h3, h4, h5, h6 {font-size:1em; color:#000; margin:10px 0;}
h1 {font-size:1.2em; margin:0;}
h2 {font-size:1.1em;}