﻿body
{
  font-family: arial;
  font-size: 10pt;
  color: black;
}
.viz
{
    font-size: 12pt;
}
h1
{
    font-size: 13pt;
    font-weight: bold;
    font-style: italic;
    color: darkgreen;
}
h2
{
    font-size: 9pt;
    padding: 4pt;
    background-color: darkseagreen;
    border: inset 1px silver;
    font-weight: normal;
    color: White
}

.left-side
{
  background-color: Beige; 
  border-right: inset 1px black
}
.right-side
{
  background-color: Beige; 
  border-left: inset 1px black
}
.title-bar
{
  font-size: 14pt;
  color: navy;
  padding-left: 170px; 
  padding-right: 10px;
  text-align: left;
  border-top: inset 1px black;
  border-bottom: inset 1px black;
  background-color: Linen;
}
.contentCell
{
    font-size: 10pt;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    background-color: khaki;
}
.leftside
{
  background: beige url('images/left_paper.gif') repeat right;
}
.menu-bar
{
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  height: 30px;
  text-align: left;
}
#tblMenu a
{
    background: Maroon;
 	display:block;
	padding:7px 1px 7px 10px;
	text-decoration: none;
	color: white;
	font-weight: normal;
	letter-spacing: 1px;
}
#tblMenu a:hover
{
  background: #ffffff 0px 45% no-repeat;
  color: black;
  font-weight: normal;
  letter-spacing: 1px;
}
.menu-bar-blank
{
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  height: 15px;
  padding-left: 5px;
}
holdit
{
	padding:8px 6px 10px 26px;
	    background: #dfe454 url("images/arts_menu.jpg") 0px 45% no-repeat;
	    background: #dfe454 url("images/arts_menu_over.jpg") 0px 45% no-repeat;
}