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

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

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

.input1 {
    width: 116px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #979DA2;
    background: none;
    border: none;
}

.input2 {
    width: 81px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #979DA2;
    background: none;
    border: none;
}

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

.text1 {
    color: #6C7176;
}

.text2 {
    color: #D8D8D8;
}

a {
    color: #F19702;
}

a:hover {
	text-decoration: none;
}

.img1 {
    margin-right: 10px;
}

/*
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: #B2B2B2;
}

.style1 a {
    color: #B2B2B2;
}

.style1 a:hover {
}