html {
overflow : -moz-scrollbars-vertical;
height: 100%;
overflow-y : scroll;
background-color: #FFFFFF;

}

body {
margin: 0;
background: url("../images/hexsystem_bar.png") repeat-x;
height: auto;
font-size : 10pt;
font-family: tahoma;
color : #000000;
text-align: left;
line-height : 1.4em;
letter-spacing : 0.1em;
padding: 2em;
}

br {
clear: none;
}

.clear {
clear: both;
}

p {
font-size : 10pt;
font-family: tahoma;
color : #000000;
vertical-align: top;
text-align: left;
line-height : 1.4em;
letter-spacing : 0.1em;
margin: 0em 0em 2em 0em;
}

h1 {
font-size : 11pt;
font-family: tahoma;
font-style: italic;
color: #95aaa8;
vertical-align: top;
text-align: left;
letter-spacing : 0.07em;
margin: 0em 0em 1em 0em;
}

h2 {
font-size : 10pt;
font-family: tahoma;
font-style: bold;
color: #000000;
vertical-align: top;
text-align: left;
letter-spacing : 0.07em;
margin: 0em 0em 0em 0em;
}

hr {
border: 0;
height: 1px;
width: auto;
margin: 1em auto;
}

a, a:visited, a:link, a:active {
font-weight : normal;
font-size : 10pt;
font-family: tahoma;
color : #909090;
text-decoration : none;
letter-spacing : 0.1em;
margin: 0em;
}

a:hover {
color : #707070;
background-color : transparent;
text-decoration : none;
letter-spacing : 0.1em;
margin: 0em;
}

div.wrapper {
position: static;
padding : 2em;
margin: 0 auto;
width: 800px;
height: auto;
}

.left {
position: static;
width: 325px;
text-align: left;
padding : 0em;
margin: 0em;
float: left;
}

.right {
position: static;
width: 450px;
padding : 0em;
float: right;
}

img {
margin: 0em;
padding: 0em;
border: 0px;
}

img_right {
float: right;
margin: 0em;
padding: 0em;
border: 0px;
}
 
