body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #898989;
    _cgolor: #000000;
}

h4 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FF0000;
    text-align: center;
}

h1  {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #FF0000;
    text-align: center;
}


form {
	margin: 0px;
	padding: 0px;
}

ul {
margin-left: 13px;
padding-left: 0px;
}

.list-item {
  font-size: 9pt;
  font-weight: bold;
  font-family: Tahoma, verdana, arial, helvetica, sans-serif;
  color: #898989;
}

.input1 {
}

.align-justify {
	text-align: left;
}

.text1 {
    font-size: 18px;
}

.text2 {
    font-size: 9px;
    color: #BCC8CF;
}

a {
    color: #738BAD;
}

a:hover {
	text-decoration: none;
}

.bg1 {
    background-image: url('images/index01.jpg');
    background-repeat: repeat-x;
    background-position: right top
}

.bg2 {
    background-image: url('images/index03.jpg');
    background-repeat: repeat-x
}

.bg3 {
    background-image: url('images/index15.jpg');
    background-repeat: repeat-y
}

.bg4 {
    background-image: url('images/index16.jpg');
    background-repeat: repeat-x
}

.bg5 {
    background-image: url('images/index18.jpg');
    background-repeat: repeat-x
}

/*
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 {
}

.style1 a {
}

.style1 a:hover {
}