html {
    margin:0;
    padding:0;
}

body {
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    font-family:arial,helvetica;
    font-size: 13px;
    color:#A1A1A1;

}
#sub-header-text {
         padding:0px 0px 0px 0px;
         margin:0px 0px 0px 0px;
         font-family:arial,helvetica;
         font-size: 15px;
         color:#A1A1A1;
}
#reg_text {
         padding:0px 0px 0px 0px;
         margin:0px 0px 11px 0px;
         font-family:arial,helvetica;
         font-size: 13px;
         color:#A1A1A1;
}
#text {
         padding:0px 0px 0px 0px;
         margin:0px 0px 0px 0px;
         font-family:arial,helvetica;
         font-size: 13px;
         color:#A1A1A1;
}
#text_white {
         padding:0px 0px 0px 0px;
         margin:0px 0px 0px 0px;
         font-family:arial,helvetica;
         font-size: 13px;
         color:#FFFFFF;
}
#submitLink {
         padding:0px 0px 0px 0px;
         margin:0px 0px 0px 0px;
         font-family:arial,helvetica;
         font-size: 13px;
         color:#A1A1A1;
         background-color: transparent;
         border-top: none;
         border-left: none;
         border-right:none;
         /*border-bottom:1px solid #808080;*/
         border-bottom:0px;
         cursor: pointer;
         cursor: hand;
 }
*:first-child+html .submitLink {        /* hack needed for IE 7 */
    border-bottom: 0;
    text-decoration: underline;
}

* html .submitLink {                /* hack needed for IE 5/6 */
    border-bottom: 0;
    text-decoration: underline;
}


a img,img, fieldset {
    border:solid 0px #ffffff;
}

a:link {
    color: #A1A1A1;
    text-decoration: none
    }
a:visited {
    color: #A1A1A1;
    text-decoration: none
    }

a:active {
    color: #A1A1A1;
    text-decoration: none
    }
a {
   outline: none;
}

#content {
    padding:20px 20px 20px 20px
}

p,h1,h2,h3,h4,h5,li
{
    font-size:11px;
}

p {
    margin:0px 0px 7px 0px;
}

select {
    padding:0px 0px 0px 2px;
}


#small {
    font-size:09px;
    color:#0072ae
}

#bsmall {
    font-size:09px;
    color:#A1A1A1;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}


#xlogo {
    margin:0px 0px 0px 0px;
    padding:5px 0px 5px 20px;
    background-image: url(../images/location_bkg.png);
    background-position:top left;
    background-repeat:repeat-x;
}

#bbkground {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-image: url(../images/thin.png);
    background-position:top left;
    background-repeat:repeat-x;
    vertical-align:top;
    height: 47px;
}

#bbkground_left {
    margin:0px 0px 0px 0px;
    padding:5px 0px 5px 5px;
    background-image: url(../images/left_corner.png);
    background-position:top left;
    background-repeat:repeat-x;
}

#bbkground_right {
    margin:0px 0px 0px 0px;
    padding:5px 0px 5px 5px;
    background-image: url(../images/right_corner.png);
    background-position:top left;
    background-repeat:repeat-x;
}

#footer {
    font-size:10px;
    color:#0072ae
}

ul.disc {
          list-style-type: disc;
          text-align:center;
          padding: 0;
          margin: 0;

li.margin {
      margin-left: 15px;
}

}

#error {
         padding:0px 0px 0px 0px;
         margin:0px 0px 0px 0px;
         font-family:arial,helvetica;
         font-size: 11px;
         color:#ff9473;
 }

input.grey {background-color: #A1A1A1; font-weight: bold; font-size: 10px; color: white;}
input.blue {background-color: blue; font-weight: bold; font-size: 10px; color: white;}

.sized {width: 18em;}

ax {
display: block;
border: 1px solid;
border-color: #aaa #000 #000 #aaa;
width: 8em;
background: #fc0;
}

ax:hover
{
position: relative;
top: 1px;
left: 1px;
border-color: #000 #aaa #aaa #000;
}
