/*****************************************
              RESET
******************************************/
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, sub, sup, tt, var,
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-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body  { line-height: 1; color: black; background-color: #FFF;}

table { border-collapse: collapse; border-spacing: 0; }

strong { font-weight:bold;}
em     {font-style:italic;}

sup             { color:#F00; font-weight:bold; padding:0 3px;}
caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {	content: ""; }

blockquote, q { quotes: "" ""; }

hr { border : 0; height : 1px; background-color:#e5e5e5; margin : 1em 0px;}

/*****************************************
              Tipografias
******************************************/
/* Cabeceras */

h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

h1,h2,h3,h4,h5,h6 { font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; margin-bottom:10px; color: #0094FF; }
h4,h5,h6          { font-family:Verdana, Geneva, sans-serif;}

/* Parrafos */

p  { font-family:Verdana, Geneva, sans-serif; font-size: 12px; color:#333; line-height:1.5; margin-bottom:10px;}

/* Listas-Link */

ol, ul    {list-style: disc; margin-left:30px; margin-bottom:10px; padding-left:0px; color:#333;}
ol        { list-style: decimal;}
ul, li    { font-size:12px; line-height:1.5;}
ul li { list-style-image:url(../img/bg_listStile.gif);
font-family:Verdana, Geneva, sans-serif; }

a                 { font-family: Verdana, Geneva, sans-serif;  font-size:11px; color: #E7A509;}           
a:link, a:visited { text-decoration: none;}
a:hover, a:active { color: #006BC0; text-decoration: underline; cursor:pointer; }

/* Comunes */

.clear { clear:both;}
.txt12 { font-size:12px}
.txt13 { font-size:13px}
