body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999CA1;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
    color: #6D7075;
}

.text2 {
    color: #D3D4D9;
}

a {
    color: #40A590;
}

a:hover {
	text-decoration: none;
}

a.link1 {
    font-size: 10px;
    color: #818894;
    text-decoration: none;
}

a.link1:hover {
    text-decoration: underline;
}

.bg1 {
    background-image: url(images/index30.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

/*
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: #FFFFFF;
}

.style1 a {
    color: #FFFFFF;
}

.style1 a:hover {
}