body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/index01.gif);
}

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

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

.input1 {
    width: 140px;
    border: none;
    background: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #E3EAF0;
}

.input2 {
    width: 220px;
    padding-left: 3px;
    border: none;
    background: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #E3EAF0;
}

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

.text1 {
    font-size: 11px;
}

.text2 {
    color: #F60704;
}

.text3 {
    color: #5A7C86;
}

a {
    color: #C2F2FE;
}

a:hover {
	text-decoration: none;
}

a.link1 {
    font-weight: bold;
    color: #F60704;
}

.bg1 {
    background-image: url(images/index02.jpg);
    background-repeat: repeat-x;
}

/*
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: #88A9B0;
}

.style1 a {
    color: #88A9B0;
}

.style1 a:hover {
}