/*
	--------------------------------------------
  	SCREEN SETUP
  	Autor: Wave Corporate
	Web: www.wavecorporate.com

	Version: 2.0
  	Last update: 25/11/2006
	--------------------------------------------
*/

/*@import "menu.css";*/

/*	GLOBAL
	-------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	color: #3399CC;
}

h1, h2, h3, h4, h5 {
	font-weight: normal
}

p {
	line-height: 1.6em;
	font-size: 100%;
}

hr {
	display: none;
}

img {
	border: 0;
}

input, select, textarea {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, lucida, sans-serif;
}

/*	CENTERED LAYOUT SETUP
	--------------------------------------------
*/

div#layout {
	width: 760px;
	margin: 10px auto;
	text-align:left;
}

/*	TOP
	--------------------------------------------
*/

div#top {
	width: 760px;

}

