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

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

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

.input1 {
    width: 210px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #535353;
}

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

.text1 {
    color: #263B7B;
}

.text2 {
    text-align: justify;
    color: #FFFFFF;
}

.text3 {
    font-size: 10px;
    color: #294189;
}

a {
    color: #294189;
}

a:hover {
	text-decoration: none;
}

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

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

a.link2 {
    font-size: 10px;
    color: #294189;
    text-decoration: none;
}

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

a.link3 {
    color: #FFFFFF;
}

/*
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 {
}