body
	{
	margin : 0 0 0 0;
}

.main_division
    {
    background-color: #000000;
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 0;
}

td.top_border
    {
	background: url(images/mainimagerepeat.gif) repeat-x 0px 0px;
	background-image : url(images/mainimagerepeat.gif);
	background-repeat: repeat-x;
    background-position: 0px 0px;
    width: 100%;
}

td.bottom_border
    {
	background: url(images/bottomimagerepeat.gif) repeat-x 0px 0px;
	background-image : url(images/bottomimagerepeat.gif);
	background-repeat: repeat-x;
    background-position: 0px 0px;
    width: 100%;
}

div.content
    {
    position: absolute;
    top: 79px;
    left: 312px;
}

div.body_text
    {
    position: relative;
    left: 30px;
    width: 353px;
    color: #999999;
    font-size: 10pt;    
}

div.li_2
    {
    position: absolute;
    top: 236px;
}

div.header
    {
    position: absolute;
    top: 0px;
    left: 312px;
    background: url(images/mainimagerepeat.gif) repeat-x 0px 0px;
	background-image : url(images/mainimagerepeat.gif);
	background-repeat: repeat-x;
    background-position: 0px 0px;   
}

div.footer
    {
    position: absolute;
    top: 216px;
    left: 312px;
    background: url(images/bottomimagerepeat.gif) repeat-x 0px 0px;
	background-image : url(images/bottomimagerepeat.gif);
	background-repeat: repeat-x;
    background-position: 0px 0px;  
}

div.nav_table
    {
    position: absolute;
    top: 0px;
    left: 177px;
}

a:link, a:active, a:visited
    {
    font-weight: bold;
	color: #999999;
    text-decoration: none;
}
