﻿body
{
    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: gray;
    color: #333333;
}
a
{
    color: #275D94;
}
a:hover
{
    color: red;
    text-decoration: underline;
}
a:visited
{
    color: #275D94;
    text-decoration: underline;
}
a:visited:hover
{
    color: red;
    text-decoration: underline;
}
td 
{
    font-size: 10pt;
}
ul {
	margin-left: 20px;
	margin-top: 5px;
}
h1
{
	font-size: 14pt;
	font-weight: bold;
}
hr
{
    border: none;
    border-top: dashed 1px #CCCCCC;
    color: #FFFFFF;
    background-color: #FFFFFF;
    height: 1px;
}
p 
{
    padding-top: 1px;
    margin-top: 1px;
}
img
{
    border-style: none;
}
#Container 
{
	background-image: url('images/ice.jpg');
	width: 800px;
	margin: 0px auto;
	border-top: 0px;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0px;
	border-left: 1px solid #b7b7b7;
}
.BoldText12
{
	font-size: 12pt;
	font-weight: bold;
}
.BoldItalicText
{
	font-weight: bold;
	font-style: italic;
}
.RedBoldText
{
    color: Red;
    font-weight: bold;
}
.RedBoldText:visited 
{
	color: red;
	font-weight: bold;
}
.RedBoldTextItalic
{
    color: Red;
    font-weight: bold;
    font-style: italic;
}
.RedBoldTextItalic:visited 
{
	color: red;
	font-weight: bold;
    font-style: italic;
}
.RedBoldTextBig
{
    color: Red;
    font-weight: bold;
    font-size: 12pt;
}
.SmallHintText
{
    font-size: 8pt;
}
.FooterText 
{
    font-size: 8pt;
    text-align: center;
    color: #333333;
}
.SideMenuDiv
{
    background-position: 0% 0%;
    background-repeat: no-repeat;
    font-size: 10pt;
    font-weight: bold;
    font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
    width: 100%;
    color: red;
	background-image: url('images/ice.jpg');
    text-decoration: none;
    text-align: center;
}
.SideMenuDiv a
{
    border-bottom: 1px solid silver;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    font-size: 10pt;
    font-weight: bold;
    display: block;
    text-indent: 3px;
    color: red;
    text-decoration: none;
    padding-bottom: 5px;
    padding-top: 5px;
}
.SideMenuDiv a:hover
{
    font-weight: bold;
    font-size: 10pt;
    color: Black;
    background: #CC0000;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    width: 100%;
    text-decoration: none;
    color: white;
}
.SideMenuDiv a:visited
{
    border-bottom: 1px solid silver;
}
.SideMenuDiv a:active
{
    border-bottom: 1px solid silver;
}

.NavTable
{
	width: 180px;
}
.ContentArea
{
	background-color: white;
	padding: 10px 10px 10px 10px;
}
.ContainerTable 
{
}
.TableHeaderRow 
{
	font-weight: bold;
	background-color:  #CCCCCC;
}
.DisplayForm
{
    border: solid 1pt #275D94;
    background-color: #f5f5f5;
}
.EntryForm
{
    background-color: #DDE8F1;
    border: solid 1pt #275D94;
}
.TopicPaneTextBox
{
    background-color: #F9EFC9;
    border: solid 1pt #275D94;
}
