BODY
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 10px;
    color: #000000;
    padding-top: 0px;
	font: small Arial, Helvetica, sans-serif;
	width: 98%;
}

H1
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 1.2em;
    color: #000000;
    background-color: transparent;
}

.smalltext
{
    font-weight: normal;
    font-size: x-small;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-variant: normal;
	color: black;
}

.smalltext a:link
{
	font: normal normal normal x-small Arial, Helvetica, sans-serif;
	color: #363;
}

.smalltext a:visited
{
	font: normal normal normal x-small Arial, Helvetica, sans-serif;
}

.noline a:link
{
    text-decoration: none;
	color: #363;
}

a:hover {
	background-color: #ff9;
}

.noline a:visited
{
    text-decoration: none;
}


.largetext
{
	font: normal normal normal 1em/2em Arial, Helvetica, sans-serif;
}

.largetext a:link
{
	color: #363;
	font: normal normal normal 1em/2em Arial, Helvetica, sans-serif;
}

.largetext a:visited
{
	font: normal normal normal 1em/2em Arial, Helvetica, sans-serif;
}

.errortext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    color: red;
    font-weight: bold;
}

.grid
{
    border: #efb240 .0em solid;
}

.white
{
    background-color: white;
	color: black;
}

.black
{
    background-color: black;
}

.bg_dark
{
    background-color: #363;
}

.bg_medium
{
    /* background-color : #c0c0c0; */
    background-color: silver;
}

.bg_light
{
    background-color: #ff9;
}

.alt_bg_dark
{
    background-color: #363;
}

.alt_bg_medium
{
	color: black;
	background-color: #c0c0c0;
}

.alt_bg_light
{
    background-color: #ff9;
}

div
{
    border: none;
    margin: 0px;
    padding: 0px;
}

.header
{
    border-right: #dcdcdc 0px solid;
    padding-right: 10px;
    border-top: #dcdcdc 0px solid;
    padding-left: 10px;
    padding-bottom: 0px;
    margin: 0px 1px 10px;
    border-left: #dcdcdc 0px solid;
    color: #000000;
    padding-top: 0px;
    border-bottom: #dcdcdc 0px solid;
}

.headerpadding
{
    margin: 0px;
    padding: 0px;
}
.footer
{
    clear: both;
    padding-right: 12px;
    margin-top: -11px;
    padding-left: 12px;
    padding-bottom: 4px;
    width: 100%;
    color: #000000;
    padding-top: 4px;
}

.box
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: normal;
    font-size: x-small;
    padding-bottom: 2px;
    color: #000000;
    line-height: 140%;
    padding-top: 2px;
    font-family: verdana, arial, sans-serif;
}

.boxtitle
{
    padding-right: 2px;
    margin-top: 10px;
    padding-left: 2px;
    font-weight: normal;
    font-size: small;
    padding-bottom: 2px;
    color: #000000;
    line-height: 140%;
    padding-top: 2px;
    border-bottom: #000000 0px dashed;
    font-family: verdana, arial, sans-serif;
    text-align: left;
}

.columntable
{
    margin: 0px;
}
.rightcolumncell
{
	background-color: white;
	width: 10%;
}

.leftcolumncell
{
	color: black;
	background-color: white;
	width: 10%;
	border-right: 1pt solid #dcdcdc;
}

.centercolumncell
{
    background-color: white;
	color: black;
	width: 80%;
}
.bg_calendarmonth
{
    background-color: white;
	color: black;
}
.bg_calendar
{
    background-color: silver;
	color: #363;
}
.today
{
    background-color: #cbffbb;
}
input:focus, textarea:focus, select:focus
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    background: ghostwhite;
    border-left: black 1px solid;
    color: black;
    border-bottom: black 1px solid;
}
input, textarea, select
{
    line-height: 120;
    font-family: monospace;
    font-size: small;
    line-height: 120%;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    color: #000000;
    border-bottom: #000000 1px solid;
}

/* hide from netscape 4*/
/*/*/
input [type=submit]
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    background: #ffffcc;
    border-left: #000000 1px solid;
    color: black;
    border-bottom: #000000 1px solid;
}
input[type=checkbox]
{
    border-right: #fff 1px solid;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    border-bottom: #fff 1px solid;
}
.address
{
    font-weight: normal;
    font-size: small;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-variant: normal;
	color: white;
}
