html { height: 100%; margin-bottom: 1px; }

body {
    margin: 0px;
    padding: 0px;
    /*background-image: url(images/index46.gif);*/
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7D7D7D;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7D7D7D;
}

.select1 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #7D7D7D;
}

.align-justify {
	text-align: justify;
}

.text1 {
    color: #3E6C86;
}

a {
    color: #333333;
}

a:hover {
	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: 10px;
    color: #B3C8D9;
}

.style1 a {
    text-decoration: none;
    color: #FFFFFF;
}

.style1 a:hover {
    text-decoration: underline;
}