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

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    /*color: #9D9D9E;*/
	color: #000000;
}

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

.input1 {
}

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

.text1 {
    font-size: 10px;
    text-align: justify;
}

.text2 {
    font-size: 9px;
    color: #8C8C8C;
}

a {
    /* color: #9D9D9E; */
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
    font-size: 10px;
    /* color: #5E5E5E; */
	color: #000000;
	text-decoration: none;
}

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

/*
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 {
}