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

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

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

.select1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #4D4C38;
}

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

.text1 {
    color: #B92930;
}

.text2 {
    font-size: 9px;
    color: #4D4C38;
}

.text3 {
    color: #4D4C38;
}

a {
    color: #B92930;
}

a:hover {
	text-decoration: none;
}

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

.style1 a {
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}

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

.style2 {
    font-size: 10px;
    color: #7F7F7F;
}

.style2 a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #656333;
}

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