body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #4C4C4C;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
    width: 131px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #4C4C4C;
}

.align-justify {
	text-align: justify;
}

.text1 {
    color: #4694D4;
}

.text2 {
    font-size: 10px;
	text-align: justify;
}

.text3 {
    color: #4694D4;
}

a {
    color: #4694D4;
}

a:hover {
	text-decoration: none;
}

a.link1 {
    color: #F6D8C7;
}

/*
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-size: 10px;
    color: #8ABDDE;
}

.style1 a { 
    text-decoration: none;
    color: #FFFFFF;
}

.style1 a:hover {
    text-decoration: underline;
}