body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #E0E0E0;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.align-justify {
	text-align: justify;
}

.text1 {
    color: #F79F3F;
}

.text2 {
    color: #0180C4;
}

.text3 {
    color: #73B828;
}

a {
    color: #B33E68;
}

a:hover {
	text-decoration: none;
}

a.link1 {
    color: #FFFFFF;
}

.img1 {
    margin-top: 3px;
    margin-right: 10px;
}

/*
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: 9px;
    color: #949494;
}

.style1 a {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #0180C4;
}

.style1 a:hover {
    text-decoration: underline;
}