html
{
	min-height: 100%;
	margin-bottom: 1px;
}
.bodyfont
{
	font-size: 10pt;
	font-weight : normal;
	line-height : 1.15;
	font-family : Arial, Helvetica;
	color: #000000
}
.titlefont
{
	font-size: 12pt;
	font-weight : bold;
	line-height : 1.15;
	font-family : Arial, Helvetica;
	color: #666666;
}
.menufont
{
	font-size: 11pt;
	font-weight : bold;
	line-height : 1.15;
	font-family : Arial, Helvetica;
	color: #999999;
}
.topicfont
{
	font-size: 15px;
	font-weight : bold;
	line-height : 1.25;
	font-family : Arial, Helvetica;
	color: #686000
}
.subtopicfont
{
	font-size: 13px;
	font-weight : bold;
	line-height : 1.25;
	font-family : Arial, Helvetica;
	color: #686000;
}
.formfont
{
	font-size: 11px;
	font-weight : normal;
	line-height : 1.15;
	font-family : Arial, Helvetica;
	color: #000000
}
.smallfont
{
	font-size: 9px;
	font-weight : normal;
	line-height : 1.15;
	font-family : Arial, Helvetica;
	color: #000000
}
.semismall
{
	font-size: 10px;
	font-weight : normal;
	line-height : 1.15;
	font-family : Arial, Helvetica;
	color: #000000
}

.tinyfont
{
	font-size: 8px;
	font-weight : normal;
	line-height : 1.15;
	font-family : Arial, Helvetica;
	color: #000000
}
.form
{
    background-color:#F8F5EE; 
    border-color:#DAA444; 
    border-width:1px; 
    border-style:solid;
    font-family:Arial, Helvetica;
    font-size:8pt;
}
.formtitle 
{
    font-size: 8pt; 
    font-weight: bold; 
    line-height: 1.15; 
    font-family: Arial, Helvetica; 
    color: #ffffff; 
    background-color:#DAA444; 
    text-align: center; 
    height: 16px;
}
.simplebutton 
{
    font-family: Arial, Helvetica; 
    font-size: 9px; 
    color: #ffffff; 
    background-color: #f06d00; 
    border-width: 2px; 
    border-color: #f06d00; 
    border-style: outset; 
    padding:2px;
}
.smallbutton 
{
    font-family: Arial, Helvetica; 
    font-size: 9px; 
    font-weight:bold;
    color: #ffffff; 
    background-color: #f06d00; 
    border-width: 1px; 
    border-color: #f06d00; 
    border-style: outset;
}

.submitbutton 
{
    font-family: Arial, Helvetica; 
    font-size: 8pt; 
    color: #ffffff; 
    background-color: #DAA444; 
    border-width: 2px; 
    border-color: #DAA444; 
    border-style: outset;
}
.controlbutton 
{
    font-family: Arial, Helvetica; 
    font-size: 7pt; 
    color: #ffffff; 
    background-color: #f06d00; 
    border-width: 2px; 
    border-color: #f06d00; 
    border-style: outset;
}
.boxfont 
{
    font-size: 8pt; 
    font-weight : normal; 
    line-height : 1.15; 
    font-family : Arial, Helvetica; 
    color: #000000; 
    border-style: Inset; 
    border-color: #f1efe2;
}
.qtybox
{
    font-size: 8pt; 
    font-weight : normal; 
    line-height : 1.15; 
    font-family : Arial, Helvetica; 
    color: #000000; 
    border-style: Inset; 
    border-color: #f1efe2;
    width:20px;
}
.nofloat
{
    border-top: #ffffff 1px solid;
    border-right: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    border-left: #ffffff 1px solid;  
}

.picfloatright
{
    float: right;
    margin: 0px 0px 10px 10px;
    border-top: #ffffff 1px solid;
    border-right: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
}
.picfloatleft
{
    float: left;
    margin: 0px 10px 10px 0px;
    border-top: #ffffff 1px solid;
    border-right: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
}      