﻿body 
{
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    margin: 0px;
    background-color: #f8f8f8;
}

.SimpleTable
{
	border-collapse: collapse; 
	border: silver 1px solid;
}

.SimpleTable td
{
	border: silver 1px solid;
}

.TableGroupHeader
{
	background-color: #c5e2f0;
}

.HeadingMedium
{
    font-size: 16px;
    color: #336699;
    font-weight: bold;
    height: 20px;
}

.Banner
{
    background-color: #7B858F;
    color: #CCCCCC;
    font-size: 10px;
    background-image: url(../Images/logo.bmp);
    background-repeat: no-repeat;
    height: 100px;
    background-position: 20px 5px;
}

.Banner a
{
    color: #CCCCCC;
}

.Content
{
     width: 995px;
     padding: 0px;
     padding-top: 20px;
}

.Seperator
{
     border-bottom: 5px solid #add6eb;
}

.MiniAd
{
    width: 169px;
    height: 140px;
    color: #333333;
    font-size: 10px;
    padding: 5px;
    background-image: url(../Images/blockbg.jpg);
}

.MAHeader
{
    color: #ACD7EA;
    font-size: 16px;
    font-weight: bold;
}

.MASmallHeader
{
    color: #336699;
    font-weight: bold;
    font-size: 11px;
}

.MAText
{
    color: Black;
    font-size: 10px;
}

.RelLinks
{
    color: #366A9A;
    font-size: 12px;
}

.InfoText
{
    color: Black;
    font-size: 11px;
}

.InfoText a
{
    color: Black;
}

.ContentHeader
{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}

.MainContent
{
    color: #666666;
    font-size: 12px;
    font-weight: normal;
}

.TextBox
{
	font-size: 11px;
	font-family: Arial;
	width: 200px;
}

.Button
{
	font-size: 11px;
	font-family: Arial;
}

.Label
{
	padding-top: 3px;
	padding-right: 3px;
	width: 150px; 
	text-align: right;
}