﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #333333;
    background-color: #901C1C;
}
h1
{
    font-size:14pt;
    color: #5f1315;
    font-weight:bold;
}
h2
{
    font-size:12pt;
    color: #5f1315;
    font-weight:bold;
}
h3
{
    font-size: 10pt;
    color: #666666;
    font-weight: bold;
}
.highlight
{
    font-size:10pt;
    color: #5f1315;
    font-weight:bold;
}

A:link
{
	color: #5f1315;
	text-decoration: underline;
}

A:visited
{
	color: #5f1315;
	text-decoration: underline;
}

A:hover
{
	color: #5f1315;
	text-decoration: none;
}

A:active
{
	color: #5f1315;
	text-decoration: underline;
}

.MenuItem
{
    border-style: none none dashed none;
    border-color: #ca9b31;
    border-width: 0px 0px 1px 0px;
    width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

A.MenuLink:link
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica;
}

A.MenuLink:visited
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica;
}

A.MenuLink:hover
{
    color: #ca9b31;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica;
}

A.MenuLink:active
{
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
    font-family: Arial, Helvetica;
}

A.TopLink:link
{
    background-position: left center;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica;
    background-image: url(  'images/new/orangebullet.gif' );
    background-repeat: no-repeat;
    padding-left: 10px;
}

A.TopLink:visited
{
    background-position: left center;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica;
    background-image: url( 'images/new/orangebullet.gif' );
    background-repeat: no-repeat;
    padding-left:10px;
}

A.TopLink:hover
{
    background-position: left center;
    color: #ca9b31;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica;
    background-image: url( 'images/new/orangebullet.gif' );
    background-repeat: no-repeat;
    padding-left:10px;
}

A.TopLink:active
{
    background-position: left center;
    color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
    font-family: Arial, Helvetica;
    background-image: url( 'images/new/orangebullet.gif' );
    background-repeat: no-repeat;
    padding-left:10px;
}

.textbox
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica;
}
.numberbox
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica;
    text-align:right;
}
