html 
{
    margin: 0px;
    padding: 0px;
    height: 100%;
}
body 
{
    background-color: #C2FF1C;
    background-image: url(../Images/bg.gif);
    background-repeat: repeat;
    background-position: -20px -20px;
    font-family: Verdana, Helvetica, Arial;
    font-size: 10pt;
    color: black;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
#page 
{
    padding: 0px 40px 0px 40px;
    margin: 0px auto 0px auto;
	width: 80%;
	min-width: 420px;
	max-width: 800px;
	background-color: #FFFAA5;
	border-width: 0px 3px 3px 3px;
	border-style: solid;
    border-color: #448900;
    border-bottom-color: #FFFAA5;
    min-height: 100%;
}
.picture img 
{
    display: block;
}
h1
{
    font-size: 14pt;
}

h2
{
    background-repeat: no-repeat;
    background-image: url(../Images/fprint_m.gif);
    padding-left: 22px;
    font-size: 13pt;
}

h3
{
    font-size: 12pt;
}
.bold
{
    font-weight: bold;
}

.center 
{
    text-align: center;
}

.red
{
    color: red;
}

.xl
{
    font-size: 12pt;
}

.xxl
{
    font-size: 14pt;
}

.picture
{
    padding: 20px 0px 20px 0px;
    margin: 0px;
    text-align: center;
}

.copyright
{
    font-size: 7pt;
}

.banner 
{
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.banner div.hr
{
    width: 100%;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../Images/fluteborder_l.gif);
    margin: 20px 0px 20px 9px;
    clear: both;
}
.banner h1 
{
    font-weight: bold;
    font-size: 14pt;
}
.banner table
{
    margin: 0px auto 0px auto;
    font-weight: bold;
}

.pgbreak
{
    display: none;
}

a img 
{
    border-style: none;
    border-width: 0px;
}

.xs
{
    font-size: 8pt;
}

#stamp 
{
    text-align: center;
    color: #FF6100;
}

#stamphead
{
    font-size: 14pt;
    font-weight: bold;
}

#stampbody
{   
    font-size: 10pt;
    font-weight: bold;
}

a.button 
{
    background-color: #FF6100; 
    border-style: solid; 
    border-width: 2px;
    border-color: #d4af37; 
    padding: 5px; 
    color: white;
    text-decoration: none; 
    font-weight:bold;
}

.bigbutton, .smallbutton
{
    background-color: #FF6100; 
    border-style: solid; 
    border-width: 2px;
    border-color: Gray; 
    color: white;
    text-decoration: none; 
    font-weight:bold;
}
.green 
{
    background-color: Green;
}
.bigbutton
{
    padding: 5px; 
}

.smallbutton
{
    padding: 2px; 
}

#register
{    
    text-align: center;
    margin: 20px 0px 20px 0px;
    font-size: 11pt;
    margin-bottom: 30px;
}

#register2
{    
    text-align: center;
    margin: 20px 0px 20px 0px;
    font-size: 11pt;
    margin-top: 20px;
    margin-bottom: 20px;
}

.formitem
{
    display: block;
    margin-bottom: 8px;
    text-align: left;
}

.labell
{
    width: 100px;
    font-weight: bold;
    display: block;
    float: left;
}

.labelxl
{
    width: 360px;
    font-weight: bold;
    display: block;
    float: left;
}

.labelm
{
    width: 120px;
    font-weight: bold;
    display: block;
    float: left;
}

.labels
{
    width: 50px;
    font-weight: bold;
    display: block;
    float: left;
}
.formbody 
{
    margin-bottom: 10px;
}

.formbuttons
{
    text-align: right;
}

.formnote 
{
    font-weight: bold;
}

.formhead 
{
    font-size: 12pt;
    color: #ac0135;
    font-weight: bold;
}

.step
{
    margin-right: 6px;
    text-align: right;
}

.formerror 
{
    margin-bottom: 10px;
}

.formerror p
{
    color: red;
    padding: 0pc;
    margin: 0px;
}

select 
{
    margin-right: 50px;
}

.copyright2 
{    
    text-align: center;
    padding: 5px 0px 5px 0px;
    font-size: 8pt;
}

span.crossed
{
    text-decoration: line-through;
}
.newprice 
{
    color: Red;
    font-weight: bold;
}
.discount 
{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
}
.discount a
{
    color: blue; 
    font-size: 14pt;
    font-weight: bold;
}
#footer 
{
    clear: both;
}