/** BASIC */

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

/** FORMS */

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

.inputtext1 {
        background: #FFFFFF;
        border-top: 1px solid #A6A6A6;
        border-right: 1px solid #F7F7F7;
        border-bottom: 1px solid #EEEEEE;
        border-left: 1px solid #C7C7C7;
}

.inputsubmit1 {
        width: 70px;
        height: 20px;
        background: url(images/homepage13.gif) no-repeat left top;
        border: none;
        font-weight: bold;
        color: #FFFFFF;
}

/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #636363;
}

.blue {font-weight: bold; color: #275292;}

p, blockquote, ul, ol, dl {
        margin-top: 0px;
        margin-bottom: 1.5em;
        text-align: justify;
}

ul, ol {margin: 0 20px 0 30px;
}

li {padding: 0 0 10px 0;}

.text1 {
        font-size: 16px;
        color: #4D4D4D;
}

.text2 {
        font-size: 20px;
        color: #56B144;
}

.text3 {
        font-size: 20px;
        color: #26508F;
}

.text4 {
        font-size: 20px;
        font-weight: normal;
        color: #3B902A;
}

.text5 {
        font-size: 11px;
}

.text6 {
        margin-bottom: 10px;
        font-size: 11px;
        color: #275292;
}

.text7 {
        font-size: 16px;
        font-weight: normal;
        color: #3B902A;
				padding: 0 0 1px 0;
}

/** LISTS */

.list1 {
        margin-left: 0px;
        padding-left: 0px;
        list-style: none;
}

.list1 li {
        padding-left: 12px;
        background: url(images/homepage19.gif) no-repeat left center;
}

/** LINKS */

a {
        color: #56B144;
}

a:hover {
        text-decoration: none;
}

.link1 {
        text-decoration: none;
}

.link2 {
        text-decoration: none;
        font-weight: bold;
        color: #FFFFFF;
}

.link2:hover {
        text-decoration: underline;
}

/** STYLES */

.style1 {
        color: #FFFFFF;
}

.style1 a {
        color: #FFFFFF;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.gif) repeat left top; }
.bg2 { background: url(images/homepage02.gif) repeat-x left top; }
.bg3 { background: url(images/homepage05.gif) repeat-x left top; }
.bg4 { background: url(images/homepage06.gif) repeat-x left bottom; }
.bg5 { background: url(images/homepage08.gif) repeat-x left top; }
.bg6 { background: url(images/homepage11.gif) repeat-x left top; }
.bg7 { background: #FAFBF4 url(images/homepage15.gif) repeat-x left top; }
.bg8 { background: url(images/homepage20.gif) repeat-x left top; }

/** MISC */

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

img { border: none; }

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

.img2 {
        float: right;
        margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
        height: 1px;
}


