html 
{
    margin: 0px;
    padding: 0px;
}

body 
{
    background-color: white;    
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Helvetica, Arial;
    font-size: 10pt;
    color: black;
}

#page 
{
    width: 480px;
    padding: 0px 30px 0px 30px;
    margin: 0px auto 0px auto;
	background-color: white;
}

h1
{
    font-size: 14pt;
}

h2
{
    background-repeat: no-repeat;
    background-image: url(../Images/fprint_m.gif);
    padding-left: 22px;
    font-size: 13pt;
    color: #00247d;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

h3
{
    font-size: 12pt;
    margin-bottom: 0px;
    margin-top: 25px;
}

.bold
{
    font-weight: bold;
}

.center 
{
    text-align: center;
}

.justify 
{
    text-align: justify;
}

.red
{
    color: red;
}

.red2
{
    color: #d21724;
}

.xl
{
    font-size: 11pt;
}

.xxl
{
    font-size: 12pt;
}

.xxxl
{
    font-size: 13pt;
}
.xxxxl
{
    font-size: 14pt;
}


.pgbreak
{
    display: none;
}

#eslogo
{
    text-align: center;
    margin: 20px 0px 20px 0px;
}
        
#happyneko 
{
    text-align: center;
}
        
.decoratedhr
{
    width: 100%;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../Images/hr_l.gif);
    margin: 10px 0px 10px 0px;
}

.copyright 
{
    text-align: center;
    padding: 5px 0px 5px 0px;
    font-size: 8pt;
}

a img 
{
    border-style: none;
    border-width: 0px;
}

.xs
{
    font-size: 8pt;
}

#contact 
{
    margin-left: auto;
    margin-right: auto;
}

a.button 
{
    background-color: #00247d; 
    border-style: solid; 
    border-width: 2px;
    border-color: #d21724; 
    padding: 5px; 
    color: white;
    text-decoration: none; 
    font-weight:bold;
}

.bigbutton, .smallbutton
{
    background-color: #00247d;
    border-style: solid; 
    border-width: 2px;
    border-color: #d21724; 
    color: white;
    text-decoration: none; 
    font-weight:bold;
}

.bigbutton
{
    padding: 5px; 
}

.smallbutton
{
    padding: 2px; 
}

#register
{    
    text-align: center;
    margin: 20px 0px 20px 0px;
    font-size: 11pt;
}

#register2
{    
    text-align: center;
    margin: 20px 0px 20px 0px;
    font-size: 11pt;
}

.formitem
{
    display: block;
    float: left;
    margin-bottom: 8px;
}

.labell
{
    width: 100px;
}

.labelm
{
    width: 120px;
}

.labels
{
    width: 50px;
}

br {
	clear: left;
}

.formbody 
{
    margin-bottom: 10px;
}

.formbuttons
{
    text-align: right;
}

.formnote 
{
    font-weight: bold;
}

.formhead 
{
    font-size: 12pt;
    color: #ac0135;
    font-weight: bold;
}

.step
{
    text-align: right;
    margin-right: 6px;
}

.formerror 
{
    margin-bottom: 10px;
}

.formerror p
{
    color: red;
    padding: 0pc;
    margin: 0px;
}

select 
{
    margin-right: 50px;
}

div.bannerh 
{
    background-image: url(../Images/border_t.gif); 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 8px;
}

span.bannerc
{
    font-size:16pt; 
    font-weight:bold; 
    color:#00247d;
}

div.bannerb {
    background-image: url(../Images/border_m.gif); 
    background-repeat: repeat-y; 
    padding:10px; 
    text-align:center;
}

div.bannerb ul 
{
    list-style-type: disc; 
    text-align: left; 
    color: #00247d;
}

div.bannerb ul span 
{
    color: #000000;
}

div.bannerf 
{
    background-image: url(../Images/border_b.gif); 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 8px;
}

.blue2 
{
    color: #00247d;
}

.tphoto 
{
    float: left;
    margin: 2px 4px 2px 0px;
}