﻿body 
{
    font-family:Arial; 
    vertical-align:top;
}
.ImageCell
{
	overflow:scroll;
	width:700;
}
.sidebar
{
    font-family: Arial;
    font-size: small; 
    background-color: #2B92B0;
}
.footer
{
	font-family: Arial;
	font-size: small;
	color: White;
	text-decoration: none;	
}
.ArialWhite
{
    font-family: Arial;
    font-size: smaller; 
    color: White;
    text-decoration:none;
}
.ArialWhiteCapitalize
{
    font-family: Arial;
    text-transform:capitalize;
    font-size: xx-small; 
    color: White;
}

.ArialYellow
{
    font-family: Arial;
    font-size: smaller; 
    color: Yellow;
}
.ArialYellowCapitalize
{
    font-family: Arial;
    text-transform:capitalize;
    font-size: smaller; 
    color: Yellow;
}

.ArialGreen
{
    font-family: Arial;
    font-size: smaller; 
    color: Lime;
}
.ArialGreenCapitalize
{
    font-family: Arial;
    text-transform:capitalize;
    font-size: smaller; 
    color: Lime;
}

.ArialRed
{
    font-family: Arial;
    font-size: smaller; 
    color: Red;
}
.ArialRedCapitalize
{
    font-family: Arial;
    text-transform:capitalize;
    font-size: smaller; 
    color: Red;
}
.ArialTable
{
    font-family: Arial;
    text-transform:none;
    font-size: smaller; 
    color:Black;
    background-color:gainsboro;
}
.FormButtonRed
{
	background-color: Red;
	font-family: Arial;
	color: White;
}