﻿body
{
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    background: url(../webimg/oldbg.png) repeat-x #ececec;
}
table
{
    font-family: Arial;
    font-size: 12px;
}
html
{
    overflow-x: hidden;
}
#maintable
{
    background-color: White;
    width: 750px;
}
#maincell
{
    padding: 10px 7px 7px 7px;
}
.button
{
    width: 101px;
    height: 25px;
    cursor: pointer;
    background: url(../webimg/button.png) no-repeat;
    text-align: center;
}

.buttonlink
{
    display: block;
    width: 101px;
    height: 17px;
    font-size: 11px;
    font-family: 'Comic Sans MS';
    color: #000000;
    text-decoration: none;
    padding: 4px 0px;
}
.dropdown
{
    background: url(../webimg/dropdown_bg.png) repeat-y;
    position: absolute; 
    visibility: hidden;
    border-bottom: 1px solid #cccccc;
    width: 102px;
}
a.dropdownitem
{
    font-size: 11px;
    width: 90px;
    color: Black;
    display: block;
    padding: 3px 5px;
    text-decoration: none;
    border: 1px solid #cccccc;
    border-bottom: none;
}
a.dropdownitem:hover
{
    background: #ff9e0a;
}
a
{
    text-decoration: underline;
    color: #ff9e0a;
}
a:hover
{
    text-decoration: none;
}
.navigator
{
    font-size: 12pt;
    color: #ff8800;
    font-family: 'Arial Rounded MT Bold' , 'Comic Sans MS';
}
a.navigator
{
    text-decoration: none;
    color: #ff8800;
    font-size: 12pt;
    font-family: 'Arial Rounded MT Bold' , 'Comic Sans MS';
}
a.navigator:hover
{
    text-decoration: underline;
}
.raquo
{
    font-size: 11pt;
    color: #aaaaaa;
    font-family: 'Arial Rounded MT Bold' , 'Comic Sans MS';
}
h1
{
	font-size: 14pt;
	color: #ff8800;
	font-family: 'Arial Rounded MT Bold' , 'Comic Sans MS';
}
.rightthindotted
{
	border-right: silver thin dotted;
	padding-right: 5px;
}
.rightdotted
{
	border-right: silver dotted;
}
.bottomdotted
{
	border-bottom: silver dotted;
}
.rightandbottomdotted
{
	border-right: silver dotted;
	border-bottom: silver dotted;	
}
.littletitle
{
	font-family: Verdana;
	letter-spacing: 2pt;
	font-variant: small-caps;
}
.vbcode
{
    background-color: #e9e9e9;
    width: 515px;
}
hr
{
	width: 515px;
	border: silver thin dotted;
	text-align: left;
}

