﻿body
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt; /* TODO: IE 5, 5.5 not taking font-size in tables. */
    color: #666666;   
}

a
{
    cursor: pointer;
}

a:link
{
    
}

a:visited
{
    
}

a:hover
{
    
}

a:active
{
}

p
{
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

a img
{
    border-width: 0px;
}

form
{
    margin: 0px;
    padding: 0px;
}

input
{
    font-size: 94%; /* TODO: Need to review this and other relative font sizes. */
}

select
{
    font-size: 94%; /* TODO: Need to review this and other relative font sizes. */
}

label
{
    cursor: pointer; /* TODO: JS cursor: hand; for older IEs. */
}