html
{
	min-height: 100%;
	margin-bottom: 1px;
}
.bodyfont
	{font-size: 11px;
	font-weight : normal;
	line-height : 1.15;
	font-family : Arial, Verdana, Helvetica;
	color: #000000;
}
.largefont
	{font-size: 14px;
	font-weight : bold;
	line-height : 1.15;
	font-family : Arial, Verdana, Helvetica;
	color: #000000;
}
.formfont
{
	font-size: 11px;
	font-weight : normal;
	line-height : 1.25;
	font-family : Verdana, Arial, Helvetica;
	color: #000000;
}
.smallfont
{
	font-size: 9px;
	font-weight : normal;
	line-height : 1.25;
	font-family : Verdana, Arial, Helvetica;
	color: #000000;
}
.semismall
{
	font-size: 10px;
	font-weight : normal;
	line-height : 1.25;
	font-family : Verdana, Arial, Helvetica;
	color: #000000;
}
.tinyfont
{
	font-size: 8px;
	font-weight : normal;
	line-height : 1.25;
	font-family : Verdana, Arial, Helvetica;
	color: #000000;
	}
.form
{
    background-color:#f4f4f4; 
    border-width:1px; 
    border-style:solid;
    font-family:Verdana;
    font-size:8pt;
}
.formtitle 
{
    font-size: 8pt; 
    font-weight: bold; 
    line-height: 1.10; 
    font-family: Verdana, Arial, Helvetica; 
    color: #ffffff; 
    background-color:#999999; 
    text-align: center; 
    height: 14px;
}
.formtitleleft
{
    font-size: 8pt; 
    font-weight: bold; 
    line-height: 1.10; 
    font-family: Verdana, Arial, Helvetica; 
    color: #ffffff; 
    background-color:#999999; 
    text-align: left; 
    height: 14px;
}
.formtitleright
{
    font-size: 8pt; 
    font-weight: bold; 
    line-height: 1.10; 
    font-family: Verdana, Arial, Helvetica; 
    color: #ffffff; 
    background-color:#999999; 
    text-align: right; 
    height: 14px;
}
.row1
{
    font-size: 11px;
    font-weight : normal; 
    line-height : 1.10; 
    font-family : Verdana, Arial, Helvetica; 
    color: #000000;
    background-color:#f0f0f0;
}
.row2
{
    font-size: 11px;
    font-weight : normal; 
    line-height : 1.10; 
    font-family : Verdana, Arial, Helvetica; 
    color: #000000;
    background-color:#ffffff;
}
.simplebutton 
{
    font-family: Arial, Verdana, Helvetica; 
    font-size: 9px; 
    color: #ffffff; 
    background-color: #df8840; 
    border-width: 2px; 
    border-color: #df8840; 
    border-style: outset; 
    padding:2px;
    height: 11px;
}
.smallbutton 
{
    font-family: Arial, Verdana, Helvetica; 
    font-size: 9px; 
    font-weight:bold;
    color: #ffffff; 
    background-color: #666666; 
    border-width: 1px; 
    border-color: #999999; 
    border-style: outset;
}

.submitbutton 
{
    font-family: Arial, Verdana, Helvetica; 
    font-size: 9px; 
    color: #ffffff; 
    background-color: #666666; 
    border-width: 2px; 
    border-color: #999999; 
    border-style: outset; 
    padding:2px;
    height:20px;
}
.controlbutton 
{
    font-family: Verdana, Arial, Helvetica; 
    font-size: 7pt; 
    color: #ffffff; 
    background-color: #666666; 
    border-width: 2px; 
    border-color: #999999; 
    border-style: outset;
}
.boxfont 
{
    font-size: 11px; 
    font-weight : normal; 
    line-height : 1.1; 
    font-family : Verdana, Arial, Helvetica; 
    color: #000000; 
}
.dollarfont 
{
    font-size: 11px; 
    font-weight : normal; 
    line-height : 1.1; 
    font-family : Verdana, Arial, Helvetica; 
    color: #000000; 
		text-align: right;
}
.windowborder 
{
    width: 1px; 
    background-color: #ddddcd;
}
.listseparator
{ 
    color: #eeeee6;   
}
.nofloat
{
    border-top: #888C58 1px solid;
    border-right: #888C58 1px solid;
    border-bottom: #888C58 1px solid;
    border-left: #888C58 1px solid;  
}
.floatright
{
    float: right;
    margin: 0px 0px 8px 8px;
    border-top: #888C58 1px solid;
    border-right: #888C58 1px solid;
    border-bottom: #888C58 1px solid;
    border-left: #888C58 1px solid;
}
.floatleft
{
    float: left;
    margin: 0px 8px 8px 0px;
    border-top: #888C58 1px solid;
    border-right: #888C58 1px solid;
    border-bottom: #888C58 1px solid;
    border-left: #888C58 1px solid;
}
.floatnot
{
    margin: 8px 8px 8px 8px;
    border-top: #888C58 1px solid;
    border-right: #888C58 1px solid;
    border-bottom: #888C58 1px solid;
    border-left: #888C58 1px solid;
}
.floatrightnoborder
{
    float: right;
    margin: 0px 0px 8px 8px;
}
.floatleftnoborder
{
    float: left;
    margin: 0px 8px 8px 0px;
}
.pagetitle
{
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    color: #000044;
}
.menutop
{
    font-size: 12px;
    font-weight : bold; 
    font-family : times new Roman, Roman; 
    color: #ffffff;
    background-color:#820002;
}