html,body {
	margin:0;
	padding:0;
	height:100%;
	font:12px georgia, times, serif;
	color:#333;
}

html {
	background:#FFF url(images/banner.gif) repeat-x;
}

p,td,li {
	font-size: 12px;
}

a {
	color:#C60;
	text-decoration:none;
}

a:hover {
	color:#C30;
}

#nav {
	color:#FFF;
	margin:0;
	padding:0;
	font-size: 13px;
	font-family: "trebuchet ms", trebuchet, sans-serif;
	font-weight:bold;
}

#nav a {
	color:#CCC;
	text-decoration:none;
	display:block;
	padding:0.4em 1em;
	margin:0 0.25em 0 0;
}

#nav a:hover, #currentPage {
	color:#FFF;
	background:#4c4c4c;
}

#titulo {
	font-family: "trebuchet ms", trebuchet, sans-serif;
	font-size: 16px;
	color:#333;
	font-weight:bold;
	border-bottom: 1px dotted #CCCCCC;
	padding: 4px;
}

#container {
	border-top:2px solid #FFF;
	background:#FFF url(images/page.gif) repeat-x;
}



#copyright {
	background:#333;
	margin:0 auto;
	color:#FFF;
	font-size:0.8em;
	text-align:center;
	padding:0.5em;	
}

#copyright a {
	text-decoration:none;
	color:#FFF;
}

