﻿body {
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size: 12px;
	
}
#bodywrap
{
    font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:12px;
    margin: 0 auto;
    text-align: left;
	vertical-align:top;
}

#bodywrap a
{
    color: #1d91fe;
    text-decoration: none;
}

#bodywrap a:hover
{
    color: #1d91fe;
    text-decoration: underline;
}

#bodywrap2
{
    font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
    width: 1015px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
}
A:link
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}

A:visited
{
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}

A:hover
{
	color: #3399FF;
	font-size: 12px;
}

A:active
{
	color: #666666;
	font-size: 12px;
}
s1
{
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight:normal;
	color: #666666;
	font-size: 11px;
	}
	div#fixme-bottom {
            position: fixed; 
            bottom: 0; 
            right: 0;
            width: 320;
            height: 213;
            z-index: 20;
            }

            * html div#fixme-bottom {
            position: absolute;
            top:expression(eval(document.compatMode &&
            document.compatMode=='CSS2Compat') ?
            documentElement.scrollTop
            +(documentElement.clientHeight-this.clientHeight) 
            : document.body.scrollTop
            +(document.body.clientHeight-this.clientHeight));
	            visibility: visible;
            }
