body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/index01.gif);
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999DA2;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
    color: #6E7177;
}

.text2 {
    color: #CDDCED;
}

a {
    color: #FFA400;
}

a:hover {
	text-decoration: none;
}

a.link1 {
    font-size: 10px;
    color: #808080;
    text-decoration: none;
}

a.link1:hover {
    text-decoration: underline;
}

.bg1 {
    background-image: url(images/index02.gif);
    background-repeat: repeat-x;
}

.bg2 {
    background-image: url(images/index22.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}

/*
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 {
    color: #6E7277;
}

.style1 a {
    color: #6E7277;
}

.style1 a:hover {
}