

:focus {
    /* -moz-outline-style: none; */
}
html {
    /* overflow: -moz-scrollbars-vertical; */
    outline-style: none;
}

body {
    font-family: verdana, arial, helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    outline-style: none;
}

table {
    font-family: verdana, arial, helvetica, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

a:active {
    outline-style: none;
}

a:hover {
    text-decoration: underline;
}

a {
    text-decoration: none;
    color: #4b6a86;
    outline-style: none;
}

.blurb {
    margin: 15px;
    padding: 15px;
    border: 2px dashed #ffc20d;
    background-color: #BCFFEF;
    text-decoration: none;
    color: #4b6a86;
    outline-style: none;
}


.header {
    font-family: "trebuchet ms", verdana, tahoma, arial;
    font-size: 22px;
    font-weight: bold;
    color: #6D6DA0;
    margin-top: 0px;
}

.logo {
    font-family: "trebuchet ms", verdana, tahoma, arial;
    font-size: 20px;
    color: #ba3639;
    margin-top: 0px;
}


.logoweb {
    font-family: "trebuchet ms", verdana, tahoma, arial;
    font-size: 20px;
    color: #B3B3B3;
    margin-top: 0px;
}



.label {
    font-family: Arial,Helvetica,sans-serif;
    font-size :13px ;
    color : #333333 ;
}

.smallLabel {
    font-family: Arial,Helvetica,sans-serif;
    font-size :11px ;
    color : #616161 ;
}


.input {
    width: 220px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #cccccc; 
    font-size: 17px;
    color: #6699cc;
}
select {
    background-color: #ffffff;
    color: #6699cc;
    width: 220px;
    border: 1px solid #cccccc; 
    height: 30px;
    font-size: 17px;
}


a:active {
    outline-style: none;
}

a:hover {
    text-decoration: underline;
}


ul.list li {
    list-style-type: square;
    padding: 5px;
    color: #333333;    
}

 

   







