﻿body 
{
	background-position: left top;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: small;
	color: #000000;
	vertical-align: top;
	background-image: url('images/gradient.png');
	background-repeat: repeat-x;
}
.mastertable
{
	background-color: #cc3300;
	width: 700px;
	vertical-align: top;
	border-color: #cc3300;
	border-width: thick;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}
.bottomrail
{
    background-color:#CCCC99;
    font-size:smaller;
    text-align:center;
    border-color:#000000;
    border-width:15px;
    border-style:solid;
}
.navbarcell
{
	width: 150px;
	background-color: #cc3300;
	background-image: url(images/tigerbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-style: none;
}
.content
{
    background-color:#FFFFFF;
    border-color:#000000;
    border-width: medium;
    border-style:solid;
    text-indent:2px;
    width:550px;
}
.update
{
    background-color: #000000;
    color: Red;
    font-size: large;
    font-weight: bold;
    border-color: #FFFFFF;
    border-width: medium;
    border-style:solid;
}
.updatecell1
{
    background-color: #FFFFFF;
    color: #000000;
    font-size: medium;
    font-weight: bold;
    border-color: #000000;
    border-width: medium;
    border-style:solid;
    width: 25px;
}
.menuitems
{
    color: #000000;
    font-weight: bold;
    font-style: normal;
    font-size: medium;
    font-family:Papyrus;
}
.menuitems a:visited
{
    color: #000000;
    font-weight: bold;
    font-style: normal;
    font-size: medium;
    font-family:Papyrus;
}
.menuitems a:hover
{
	color: #cc3300;
    font-weight: bold;
    font-style: normal;
    font-size: medium;
}
.dynamicmenuitems
{
    color: #000000;
    font-weight: bold;
    font-style: normal;
    font-size: medium;
    font-family:Papyrus;
    background-color:#FFFFFF;
}
.dynamicmenuitems a:visited
{
    color: #000000;
    font-weight: bold;
    font-style: normal;
    font-size: medium;
    font-family:Papyrus;
    background-color:#FFFFFF;
}
.dynamicmenuitems a:hover
{
	color: #cc3300;
    font-weight: bold;
    font-style: normal;
    font-size: medium;
    background-color:#FFFFFF;
}

a:link
{
	color:#000000;
}
a:hover
{
	color:#990000;
}
a:visited
{
	color:#000000;
}
.banner
{
	width=700px;
	height=183px;
	border-style:none;
	vertical-align:middle;
}
.title
{
    color: #000000;
    font-weight: bold;
    font-style: normal;
    font-size: large;
    font-family:Papyrus;
}
.contentheader
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#cc3300;
	font-size:large;
	font-style:italic;
}