/*---  TESTES JQUERY  ---*/
	
/* Reset */
* {margin: 0; padding: 0}
table {border-collapse: collapse; border-spacing: 0}
table,fieldset,img,abbr,acronym {border: 0}
address,caption,cite,code,dfn,em,strong,th,var {border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-style: normal; font-weight: normal; text-align: left}
em {font-style: italic}
strong {font-weight: bold}
ol,ul {list-style: none}
caption,th {text-align: left}
h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal}
q:before,q:after {content: ""}
a {outline: none;}

/* Elements*/
html{
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #FFF;
	text-align: center;	
	height:100%
}

body,input,select,textarea {
	color: #000;
	font: 11px Arial,Helvetiva,sans-serif
}

input {
	font-family: "Tahoma";
}

textarea {
	overflow: auto
}

button {
	cursor: pointer;
	cursor: hand;
	border: 0
}

ol li,ul li {
	list-style-position: outside;
	list-style-type: none
}

ol li {
	list-style-position: inside;
	list-style-type: decimal
}

a {
	color: #658eb4;
	
	
}

a:hover,a:focus {
	text-decoration: underline
}

/*Conteudo*/
#content {
	margin: 10px auto;	
	text-align: left;	
	width: 700px;
}

	
