﻿body 
{
    background-color: #F8E596;
    color: Navy;
    font-family: Tahoma;
    font-size: 10pt;
}
a:link, a:visited, a:active 
{
    color: #0F1640;
}
a:hover 
{
    color: Red;
}
h2 
{
    display: block;
    margin: 0px;
    padding: 1px;
    background-color: #0F1640;
    color: #ffffff;
    text-align: center;
    font-family: Arial;
    font-size: 14pt;
    border: 1px solid black;
}
.RewardsGrid 
{
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 700px;
    height: 125px;
    overflow: auto;
}
.ContentDiv
{
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 700px;
    height: 300px;
    overflow: auto;
}
.ContentDivNarrow
{
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 500px;
    height: 300px;
    overflow: auto;
}
input.btn 
{
    background-image: url('images/btn.jpg');
    background-repeat: no-repeat;
    background-color: Transparent;
	height: 24px;
	width: 82px;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	border-style: none;
}
input.btnDefault 
{
    background-image: url('images/btnDefault.jpg');
    background-repeat: no-repeat;
    background-color: Transparent;
	height: 24px;
	width: 99px;
	padding: 0px 2px 0px 15px;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	border-style: none;
}