body {
    margin: 0px;
    padding: 0px;
    background-color: #282828;
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555555;
}

form {
    margin: 0px;
    padding: 0px;
}

.input1 {
}

.align-justify {
    text-align: justify;
}

.text1 {
    font-size:10px;
    text-align:justify;
}

.text2 {
    color: #CCCCCC;
    font-size:10px;
}
.text3 {
    color:#2B2D7B;
    
}
a {
    color: #2B2D7B;
}

a:hover {
    text-decoration: none;
}
.bg1 {
    background-image:url(images/index27.jpg);
    background-repeat: no-repeat;
}

/*
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-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.style1 a {
    color: #3D5C75;
    text-decoration:none;
}

.style1 a:hover {
    text-decoration:underline;
}