body {
	background-color: #FFFFFF;
	background-image: url(images/backgroundpg.jpg);
	background-repeat: repeat-x;
}

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

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

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

.input1 {
}

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

.text1 {
    font-size: 10px;
    text-align: justify;
}

.text2 {
    color: #007A24;
}

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

a {
    color: #0075BA;
}

a:hover {
	text-decoration: none;
}

a.link1 {
    font-weight: bold;
    text-decoration: none;
}

a.link1: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 {
    font-size: 10px;
    color: #FFFFFF;
}

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

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