
html, body, div, table, img, fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    overflow: scroll;

}

body, pre, PRE {
    font-family: Tahoma, Sans-Serif;
    font-size: 11px;
    color: #484848;
    background-color: #ffffff;
}

/* for some reson IE things a form should have dimensions, */
form {
    padding: 0;
    margin: 0;
}

table {
    font-size: 11px;
}

ul {
    margin-left: 15px;
    padding: 0;
}

li {
    list-style: none;
    background: url( '../xmlhttp/css/rime/css-images/bullet.gif' ) no-repeat 0 3px;
    padding-left: 22px;
    padding-bottom: 3px;
}

h2 {
    font: 18px tahoma;
    color: #646464;
}


fieldset{
    border: 1px solid #015198;
    padding: 5px; 
}

legend{
    margin-left: 10px;
}

.legenda{
    font-size: 14px!important;
    font-weight: bold;
}

.linkSenha{ 
    color:#336699;
    font-size: 11px;
    font-style: italic;
    font-family: Arial;
	text-decoration: none; 
}

.linkSenha:link{
    color: #2068b5;
}

.linkSenha:visited{
    color: #2068b5;
}

.linkSenha:hover {
    color: black;
    text-decoration: none;
}
.linkSenha:active {
    color: #2068b5;
}

.left{
	float: left;
	margin-left: 10px;
}

br{
	clear: both;
}
