<!--
A:active {  color: #B4532E; text-decoration: none}
A:link {  cursor: crosshair; text-decoration: none}
A:visited {  cursor: crosshair; text-decoration: none}
A:hover {  color: #B4532E; crosshair; text-decoration: none}

BODY {
background-color: #FBF6DA;
cursor: crosshair;
font-family:verdana,arial,serif;
color: #000000;
margin: 0;
text-align: center;
scrollbar-arrow-color: #748E56;
scrollbar-base-color: #C7DBB6;
scrollbar-dark-shadow-color: #F4E1C1;
scrollbar-track-color: #FBF6DA;
scrollbar-face-color: #F4E1C1;
scrollbar-shadow-color: #F4E1C1;
scrollbar-highlight-color: #C7DBB6;
scrollbar-3d-light-color: #C7DBB6;
}


TABLE#main {
text-align: left;
width: 780px; 
background-image: url(images/bw-middle.gif); 
background-repeat: repeat; 
}

TD {
vertical-align: top;
}

TD#right {
vertical-align: top;
text-align: right;
}

TD#center {
vertical-align: top;
text-align: center;
}

P#center {
text-align: center;
}

div#global {
margin-left: auto;
margin-right: auto;
width: 780px;
text-align: left;
}


div#header {
width: 780px; height: 330px; 
text-align: left;
}


div#footer {
text-align: left;
}


-->