﻿body
{
    margin: 0px;
}

.small
{
    font-family: Arial;
    font-size: 9px;
}

.white
{
    font-family: Arial;
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-decoration:none;
}

.grey
{
    font-family: 'Century Gothic';
    color: #777777;
    font-size: 12px;
    text-decoration:none
    
}

.grey a:hover
{
    color: #ef9302;
    text-decoration:underline
    
}

.grey2
{
    font-family: 'Century Gothic';
    color: #777777;
    font-size: 20px;
    font-weight: bold;
    text-decoration:none
    
}


.blue
{
    font-family: 'Century Gothic';
    color: #036dd9;
    font-size: 16px;
    font-weight: bold;
}

.orange
{
    font-family: 'Century Gothic';
    color: #ef9302;
    font-size: 12px;
    font-weight: bold;
    text-decoration:none
}

.orange a:hover
{
    text-decoration:underline
    
}

.hr
{
    color:Black;
    height: 1px;
}