html,
form,
body
{
    margin: 0px 1px 0px 1px;
    padding:0px;
    height:100%;
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    overflow: hidden;
}
a:link,
a:visited
{  
    color: #003ebc; 
    text-decoration: underline;
}
a:hover
{
    color: #ff6900; 
    text-decoration: underline;
}
.field
{
    border: solid 1px #6e8b95;
    background-image: url('/images/inputBg.gif');
}
textarea
{
    border: solid 1px #6e8b95;
    background-image: url('/images/inputBg.gif');
}
#register .field
{
    width: 94px;
}
hr
{
    color: #111144;
    background: #111144;
    height: 2px;
    border: 0px;
}
#footer
{
    font-size: 10px;
    color: #8d8472;
    text-align: center;
    padding-bottom: 22px;
}
#footer hr
{
    margin-top: 22px;
    margin-bottom: 10px;
    color: #969696;
    background: #969696;
    height: 2px;
    width: 858px;
    border: 0px;
}
#footer a:link,
#footer a:visited
{  
    color: #5b7dc1; 
    text-decoration: none;
}
#footer a:hover
{
    color: #ff6900; 
    text-decoration: underline;
}
em
{
    color: #004076;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
}
.submit_button
{
    margin-top: 12px;
    border: 0px;
}
.toggler
{
    margin-top: 8px;
    clear: both;
    cursor: pointer;
}

.button
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    font-size: 10px;
    font-weight: bold;
    color: #333333;
    font-family: verdana, arial, helvetica;
    background-color: #CCCCCC;
	cursor: pointer
}
.smallbutton
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    font-size: 9px;
    font-weight: bold;
    color: #333333;
    font-family: verdana, arial, helvetica;
    background-color: #CCCCCC;
	cursor: pointer
}
.grid_featured 
{
    padding-top: 12px;
    padding-left: 12px;
}
.grid_store 
{
    border-bottom: solid 2px #111144;
    padding-top: 12px;
    padding-left: 12px;
}
.grid 
{
    padding-left: 5px; 
    padding-right: 5px;
    border-color: Black;
    white-space:normal;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: verdana, arial, helvetica
}
.header
{
    padding-bottom: 10px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #000000;
    FONT-FAMILY: verdana, arial, helvetica
}
.warningsmalltext
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #DD0000;
    FONT-FAMILY: verdana, arial, helvetica
}
.faded
{
    zoom: 1;
    filter: alpha(opacity='20');
    opacity: 0.2;
}
.unfaded
{
    zoom: 1;
    filter: alpha(opacity='100');
    opacity: 1;
}