html, body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/bkgnd_2.jpg);
}
body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #3e5673;
}
.bg1 {
    background-image: url(images/bkgnd_1.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
}
.bg2 {
    background-image: url(images/body.gif);
    background-repeat: repeat-y;
}
.text1 {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #8c2b06;
    text-decoration: none;
}
.text2 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    link: #FFFFFF;
	hover: #8c2b06;
}
a {
    color: #8c2b06;
    text-decoration: underline;
}

a:hover {
    color: #8c2b06;
	text-decoration: none;
}


/*
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 {
    font-size: 11px;
    color: #b3b3b3;
}

.style1 a {
    color: #d7d7d7;
    text-decoration: underline;
}

.style1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.style2 {
    font-size: 8px;
    color: #324259;
}
