﻿body
{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

h1
{
	font-size:18px;
	color: #009999;
	font-weight:bold;	
}

h2
{
	font-size:16px;
	font-weight:bold;	
	color: #009999;		
}

h3
{
	font-size:10px;
	font-weight:bold;
}

h4
{
	font-size:14px;
	color: #CC0000;
	font-weight:bold;	
}

.color
{
	font-weight:bold;	
	color: #009999;			
}

.small
{
	font-size:10px;	
}

.bold
{
	font-weight:bold;
}

div#menu
{
  background-color:#ffffff;
  border-top:1px #009999 solid;
  border-bottom:1px #009999 solid;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  width:108px;
}

a.button
{
  /* Specify only the properties that differ from a.button */
  background:#f6f6f6;
  border-left:5px #009999 solid;
  color:#444444;
  display:block;
  margin:0 0 1px 0;
  padding:2px;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;  
  font-size:11px;
  width:108px;
}

a.button:hover
{
  /* Specify only the properties that differ from a.button */
  background:#fcfcfc;
  border-left:5px #cc0000 solid;
  color:#cc0000;
  font-size:11px;
  width:108px;
}


.MenuPage
{
	width:109px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;	
	border-left:5px #009999 solid;
}

.RowGray
{
background-color:#dddddd;
}

