body {
	margin: 0px;
	padding: 0px; font-size:10
}

body, th, td {
    font-family: Arial;
    font-size: 10px;
    color: #666666;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
}

a {
    color: #0000000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
    font-size: 10px;
    text-decoration: none;
    color: #989898;
}

a:hover.link1 {
	text-decoration: underline;
}

a.link2 {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}

a:hover.link2 {
	text-decoration: underline;
}
    
.img1 {
    margin-left: -7px;
}

/*
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: #D2DCEA
}

.style1 a {
    color: #D2DCEA
}

.style1 a:hover {
    text-decoration: none;
}