/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ITUBIDB Rules */
html {
}
body{
    font-family: Arial;
    font-size: 12px;
    color: #333;    
    line-height: 1.3em;
}
h1{
    font-size: 2em;        
}
h2{
    font-size: 1.8em;    
}
h3{
    font-size: 1.6em;    
}
h4{
    font-size: 1.4em;
}
h5{
    font-size: 1.2em;
}
h6{
    font-size: 1em;
}
p{
    margin: 10px 0px;
}

h1, h2, h3, h4, h5, h6, p, big{
    line-height: 1.3em;
}

ul {
	list-style-type: circle;	
	margin-left: 40px;	
}
ol{
    list-style-type: decimal;    
    margin-left: 40px;
}
dl{
    margin: 10px 0px;
}
dt{
    font-weight: bold;
}
dd{
    font-style: italic;    
}
abbr, acronym{
    border-bottom: 1px dotted #666;
    cursor: help;
}
cite{
}
dfn{
    font-weight: bold;
}
kbd{
    color: Red;
}
sub{
    vertical-align: sub;
    font-size: 0.8em;
}
sup{
    vertical-align: super;
    font-size: 0.8em;
}
b, strong{
    font-weight: bold;
}
em, i{
    font-style: italic;
}
u{
    text-decoration: underline;
}
s{
    text-decoration: line-through;
}
img{
    border: 0px;
}
a{
    color: #0000ff;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

input, textarea, select{
    font-family: Arial;    
    font-size: 1em;
    overflow: auto;
}

fieldset{
    border: 1px solid #aabcfe;
    padding: 10px;
    margin: 10px 0px;
}
legend{
    font-size: 1.6em;
    line-height: 1.3em; 
}
big{
    font-size: 1.5em;
}
small{
    font-size: 0.75em;
}
