﻿.division1 
{
  background: #6633AA;
  color: #000;
  padding: 6px 0 4px 0px;
  height: 25px;
  font-size: 80%;
  font-weight: bold;
  text-align: center;
}

.body 
{
    font-family: Arial;
    font-size: 12px;
}

.bodyBold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.bodyWhite
{
    font-family: Arial;
    font-size: 12px;
    color: White;
}

.bodyRed
{
    font-family: Arial;
    font-size: 10px;
    color: Red;
}

.form
{
    border-color: #000000;
    border-width: 1px;
    font-family: Arial;
    font-size: 12px;
}

.menuWhite
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: White;
}

.menuBlack
{
    font-family: Arial;
    font-size: 14px;
}

.titleBold
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.titleYellow
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: Yellow;
}

.titleWhite
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: White;
}

.sub
{
    font-family: Arial;
    font-size: 11px;
}

.subBold
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}


.subGrey
{
    font-family: Arial;
    font-size: 11px;
    color: Gray;
}

.subOrange
{
    font-family: Arial;
    font-size: 11px;
    color: Orange;
}

.menu
{
	width: 913px;
	height: 34px;
	background: url(./images/menu.gif) top repeat-x;
}

.menuItem
{
	margin-top:7px;
	font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: White;
}

.contextMenu
{
	width: 100px;
	height: 207px;
	background: url(./images/contextMenu.gif) top left repeat;
	text-align:left;
}

.contextMenuItem
{
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: Arial;
    font-size: 12px;
    text-decoration: none;
    color: White;
}

