body {
    margin: 0px;
    padding: 0px;
    background: #FFE095;
}

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

.norepeat {
	background-repeat:no-repeat;
}

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

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

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

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

.title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.logged {
    font-size: 14px;
    font-weight: bold;
    color: #9F4C27;
}

.text1 {
    color: #000000;
}

.text2 {
    color: #B17F27;
}

a {
    color: #333333;
    text-decoration: none;
}

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 {
    font-size: 10px;
    color: #000000;
}

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

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

.menu a {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #9F4C27;
}

.menu a:hover {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #9F4C27;
}
