body {
    margin: 0px;
    padding: 0px;
    background-image: url(images/index01.gif);
}

.body2, .td2 {
    margin: 10px;
    padding: 20px;
	background-color:#FFFFFF;
	background-image: url(images/bg_lght.jpg);
}

.imglnk {
	text-decoration:none;
	border-color:#660000;
	border-width:5px;}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #EACBB9;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.align-center {
	text-align: center;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.text1 {
    font-size: 11px;
}

.text1 {
    font-size: 14px;
}

a {
    color: #E0BC64;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.img1 {
    margin-right: 10px;
}

#content {
    width: 256px;
    height: 386px;
    overflow: auto;
}

/*
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: #662111;
}

.style1 a {
     color: #822418;
     text-decoration: none;
}

.style1 a:hover {
     text-decoration: underline;
}