/* Reset to default styles */
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, img, ins, kbd, q, s, samp,
small, strike, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	/*Retirei a propriedade "Strong", para ver diferen? no edidor do tinyMCE, se a quiseres defenir manualmente ???serir e declarar mais ?rente */
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-font-smoothing: antialiased;
}

/* Reset HTML5 for old browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* General formatting */
body {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 1em;
	width: 60.25em;
	margin: auto;
	/* fallback */
	background-color: #e2e2e2;
	background-image: url(images/background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	/* Safari 4-5, Chrome 1-9 */
	/* Can't specify a percentage size? Laaaaaame. */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffffff), to(#e2e2e2));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-radial-gradient(circle, #ffffff, #e2e2e2);
	/* Firefox 3.6+ */ 
	background: -moz-radial-gradient(circle, #ffffff, #e2e2e2);
	/* IE 10 */ 
	background: -ms-radial-gradient(circle, #ffffff, #e2e2e2);
}

#logo {
	margin: auto;
	padding-top: 6em;
	width: 46em;
	text-align: center
}

img.logo {
}

h1 {
	display:block;
	font-size: 1em;
	color: black;
	margin-top: 2em;
	text-align: center
}

h1.italic {
	font-style: italic;
	font-weight: bold
}