body {
	margin: 0px;
	padding: 0px;
	background-color: #3F3737;
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #4C4C4C;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
    font-size: 10px;
}

.text2 {
    color: #1F58B6;
}

.text3 {
    font-size: 10px;
    color: #9A9A9A;
}

a {
    color: #1F58B6;
}

a:hover {
	text-decoration: none;
}

a.link1 {
    font-size: 10px;
    color: #CECECE;
    text-decoration: none;
}

a.link1:hover {
    text-decoration: underline;
}

.bg1 {
    background-image: url(images/index19.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.img1 {
    margin-left: -5px;
}

/*
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 {
}