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

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

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

.input1 {
    width: 137px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}

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

.text1 {
    color: #294577;
}

.text2 {
    color: #294577;
}

.text3 {
    font-size: 9px;
    color: #666666;
}

.text4 {
	color:#009900;
	}
	
.text5 {
	color:#000000;
	}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #294577;
}
a:hover {
	text-decoration: underline;
	color: #294577;
}
a:active {
	text-decoration: none;
	color: #294577;
}

a.link1 {
    font-size: 10px;
    color: #5B91A9;
}

a.link2 {
    font-size: 10px;
    color: #94A2BB;
}

a.link3 {
    font-size: 10px;
    text-decoration: none;
    color: #1F4D66;
}

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

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

