﻿body  
{
    margin: 0px;
    padding: 0px;
    text-align: center; 
    font-family: Tahoma, Arial;
    font-size: 12px;
    
    background-image: url(text.txt); /* for IE6 */ 
    background-attachment: fixed; /* must */
}

div#pageBody  
{
    text-align: left; 
    width: 920px; 
    margin: 0 auto; 
    border: 0px;
}


div#onlineService
{ 
    position: fixed;
    overflow: visible;
    z-index: 999;
    background-color: #096;
    width: auto;
    left: 0px;
    top: 100px; /* for IE7*/
    _position: absolute; /* for IE6 */
    _top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight); /* for IE6 */
}


div#topMenu a:link {
	color: #006633; text-decoration: none;
}

div#topMenu a:visited {
	color: #006633; text-decoration: none;
}

div#topMenu a:active {
	color: #DDDDDD; text-decoration: underline;
}

div#topMenu a:hover {
	color: #DDDDDD; text-decoration: underline;
}


div#mainMenu a:link {
	color: #FFFFFF; text-decoration: none;
}

div#mainMenu a:visited {
	color: #FFFFFF; text-decoration: none;
}

div#mainMenu a:active {
	color: #DDDDDD; text-decoration: underline;
}

div#mainMenu a:hover {
	color: #DDDDDD; text-decoration: underline;
}


div#footMenu a:link {
	color: #FFFFFF; text-decoration: none;
}

div#footMenu a:visited {
	color: #FFFFFF; text-decoration: none;
}

div#footMenu a:active {
	color: #DDDDDD; text-decoration: underline;
}

div#footMenu a:hover {
	color: #DDDDDD; text-decoration: underline;
}


a.green:link {
	color: green; text-decoration: none;
}

a.green:visited {
	color: green; text-decoration: none;
}

a.green:active {
	color: #DDDDDD; text-decoration: underline;
}

a.green:hover {
	color: #DDDDDD; text-decoration: underline;
}
