@import "/css/menu.css";
@import "/css/EditorStyles.css";
* {
  outline:0;
}
a {
  color:Black;
}
a img {
  border-style:none;
}
#floatcontainer {
  width:980px;
  margin-left:auto;
  margin-right:auto;
}
#head {
  display:inline-block;
  width:100%;
}
#logo {
  float:left;
}

body {
  margin-top:20px; 
  font-family:Arial,sans-serif;
  color:#111111;
  background-color:#FFFFFA;
}
#bodyTxt {
  margin-left:22px;
  margin-right:0px;
  min-height:300px;
  padding-left:278px;
}

div.col, div.col1, div.col2 {
  width:310px;
  padding-right:25px;
  float:left;
}

#footer {
  text-align:right;
  line-height:200%;
  color:#c4c4c4;
  font-size:11pt;
  width:100%;
}

/* TEXT STYLES */
p {
  font-size:11pt;
  line-height:140%;
}
h1 {
  font-size:20pt;
  font-weight:bold;
}
h2 {
  font-size:15pt;
  font-weight:normal;
  padding-bottom:8px;
}

.kode {
  background-color:#EAEAEA;
  font-family:Courier;
  font-size:11pt;
}


hr {
  width:100%;
  height:22px;
  border:0;
  background-image:url(/media/89/dots.png);
  background-repeat:no-repeat;
}

td {
  padding-top:20px;
  vertical-align:top;
}
tr>td:first-child {
  width:265px;
}









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

