﻿body
{
    font-family: Arial;
    font-size: medium;
    color: #000000;
    font-weight: bold;
    
	background-color: #eeeeee;
	background-image: url(images/bg.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	
    border-width: 0px;
    border-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    
}
       .TD1
        {
    border-style: none none double none;
    border-width: 5px;
    border-color: #000000;
}

       .TD2
{
    border-style: none none double none;
    border-width: 3px;
    border-color: #000099;
    text-align: center;
    width: 150px;
}

.table_numbers
{
    font-family: Arial;
    font-size: small;
    color: #000000;
}

.index_up
{
    font-family: Arial;
    font-size: small;
    color:Green;
}

.index_down
{
    font-family: Arial;
    font-size: small;
    color:Red;
}

.changeup
{
    font-family: Arial;
    font-size: 8pt;
    color:Green;
}

.changedown
{
    font-family: Arial;
    font-size: 8pt;
    color:Red;
}


a:link
{
    font-family: Arial;
    font-size: 16px;
    color :#ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
}
a:visited
{
    font-family: Arial;
	font-size: 16px;
	color:#FFFFFF;
    font-weight: bold;
    text-decoration: none;
}


a:active	{
color:#ffffff;
font-family: Arial;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}



a:hover	{
	color:#0099FF;
    font-family : Arial;
	font-size : 16px;
    font-weight : bold;
	text-decoration: none;
}
 


.CENTER
{
 text-align: center;
}
