/** BASIC */

body {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background-color: #FFFFFF;
}

/** FORMS */

form {
    margin: 0px;
    padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #858585;
}

p, blockquote, ul, ol, dl {
    margin-top: 0px;
}

.text1 {
    font-size: 11px;
    font-weight: bold;
    color: #455162;
}

.text2 {
    font-size: 11px;
    font-weight: bold;
    color: #5A7619;
}

.text3 {
    text-align: center;
    font-size: 9px;
    color: #B6B6B6;
}

/** LINKS */

a {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #d1ea99;
  color: #3F7BE2;
  padding: 0px 2px 0px 2px;
}

a:hover {
    /* text-decoration: underline; */
    background-color : #d1ea99;
}

a.imglink {
  text-decoration: none;
  border-bottom-width: 0px;
}

a.imglink:hover {
    /* text-decoration: underline; */
    background-color: white;
}

a.link1 {
    font-weight: bold;
    color: #424242;
}

a.link1:hover {
    text-decoration: underline;
    /* background-color : #d1ea99; */
}

a.link2 {
    font-size: 10px;
    color: #2D58CF;
}

/** BACKGROUNDS */

.bg1 {
    background: url(images/homepage17.gif) repeat-y;
}

.bg2 {
    background: url(images/subpage02.gif) repeat-y;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
    float: left;
    margin: 2px 15px 0px 0px;
}

hr { display: none; }

.hr1 {
    height: 1px;
}

.text4 {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #5A7619;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-variant: normal;
    color: #5A7619;
    text-align: left;
}
