body {
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #FFFFFF;

}

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

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

.input1 {
}

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

.text1 {
    color: #FFFFFF;
}

.text2 {
    font-size: 11px;
    color: #336699;
}

a {
    color: #FF9900;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
    font-size: 9px;
    color: #FFFFFF;
}

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

.img1 {
    margin-left: 10px;
}

.img2 {
    margin-right: 15px;
}

/*
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 {
	text-align: justify;
	color: #336699;
	font-weight: bold;
	text-decoration: none;


}

.style1 a {
	color: #D3E2FA;
	text-decoration: none;

}

.style2 {
    color: #FFFFFF;
}

.style2 a {
    color: #FFFFFF;
}

.style3 {
    font-size: 9px;
    color: #D7DBE3;
}

.style3 a {
    color: #FFFFFF;
}

.style3 strong {
    color: #FFFFFF;
}

