* {
	font-family: Arial, Helvetica, sans-serif;
}

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,
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-color: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
	width:100%;
	display:inline;
	background-color:white;
}
ol, ul {
	margin: 1.0em 0.0em 0.0em 0.0em;
	list-style: none;
}
ol > li {
	#margin-left: 3em;
}

/* Quotes */
blockquote, q {
	font-style: italic;	
	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;
}


/* Headings */
H1 {
	font-size: 2.3em;
	color: #259CDE;
	margin: 2.0em 0.0em 1.5em 0.0em;
}

H2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #259CDE;
	margin: 2.5em 0.0em 1.0em 0.0em;
}

H3 {
	color:#259CDE;
	font-size:1.5em;
	font-weight: normal;
	margin:0.5em 0 1em;
	border-top: 0.1em dashed #3399cc;
	border-bottom: 0.1em dashed #3399cc;
	padding-top: 0.2em;
	padding-bottom: 0.2em;

}

HR {
	color: #AAAAAA;
	margin: 0em;
}

/* Paragraph */
P {
	font-size: 1.2em;
	color: #606060;
	margin: 0.0em 0.0em 1.2em 0.0em;
	line-height: 1.5em;
}

/* Links */
A {
	color: #606060;
	text-decoration: underline;
}

A:HOVER {
	color: #404040;
	text-decoration: none;
}

/* Nao e suposto os links mudarem de cor, pelo menos nos menus, mudei isto tudo... se for preciso especifica-se*/
/*
A:VISITED {
	color: #606060;
}*/

/* Emphasys */
EM {
	font-weight: bold;
}

/* Strong*/
STRONG {
	color: #259cde;
}

TH {

}

TR {
	background-color: #f88f57;
	color: #4d95ba;
}

TD {
	background-color: #e2f7fd;
	color: #ffffff;
}

