body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/index01.jpg);
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #323232;
}

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

.input1 {
}

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

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

.text2 {
    font-size: 11px;
    text-align: justify;
}

.text3 {
    font-size: 11px;
    color: #FFFFFF;
}

.text4 {
    font-size: 11px;
    font-weight: bold;
    color: #F2EAB1;
}

.text5 {
    text-align: justify;
    color: #FFFFFF;
}

a {
    color: #34689A;
}

a:hover {
	text-decoration: none;
}

a.link1 {
    font-weight: bold;
    color: #5A5649;
    text-decoration: none;
}

a.link1:hover {
    text-decoration: underline;
}

a.link2 {
    text-decoration: none;
}

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

a.link3 {
    color: #FFFFFF;
    text-decoration: none;
}

a.link3:hover {
    text-decoration: underline;
}

/* backgrounds */

.bg1 {
    background-image: url(images/index02.jpg);
    background-position: right top;
    background-repeat: repeat-x;
}

.bg2 {
    background-image: url(images/index03.jpg);
    background-repeat: repeat-x;
}


/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

#content {
    height: 348px;
    overflow: auto;
}