﻿
body,table,td,div{
	font-size:12px;
	font-family:arial;
	color:black;
}

.tab
{
    color: orange;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 20px 0px 20px;
    background-color: #192666;
}
.tab:hover
{
    color: #800000;
    background-color: #192666;
}

.adjustedZIndex {
    z-index: 1;
}

.ico-link
{
    max-width: 16px;
    max-height: 16px;
}
 
.ico-link img
{
    max-width:16px;
    max-height:16px;
}
      
.link
{
    color: blue;
    text-decoration: none;
}
.link:hover
{
    color:Green;
    text-decoration: underline;
}

.exchange
{
    color: #9966ff;
    text-decoration: none;
}
.exchange:hover
{
    color: blue;
    text-decoration: underline;
}

.homepage
{
    color:Black;
    text-decoration: none;
}
