* {
	list-style: none;
	margin: 0;
	padding: 0;	 
}

html 
{
	overflow: -moz-scrollbars-vertical;
	height:100%; 
}

body 
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	line-height: normal;
	color: #09C;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	line-height: normal;
	color: #CC0000;
	text-transform: uppercase;
}

hr {
	clear: both;
	height: 1px;
   	border: none;
   	border-top: 1px dashed #000;
	margin: 10px 0; 
}

a {
	color: #FF6600;
}

a:hover {
	color: #CCC;
}

ul {
	line-height: 20px;
	
}

ul li {
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dashed #000;
	text-align: justify;
	
}

div#page {
	
	width: 758px; 
	margin: auto;
	padding: 10px;
	line-height: 15px;
}

div#content 
{
	line-height: 20px;	
}

div#content p 
{
	text-align: justify;
	clear: both;
}

fieldset {
	
	border: 0;
	
}

legend {
	
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 18px;
}

label {
	clear: both;
	text-transform: uppercase;
	
}

.form {
	
	width: 450px;
	clear: both;
}

.alerta { color: #000; padding: 2px; background-color: #FCF0D8; border: 1px solid #D3BE96; text-align: center; text-transform: uppercase; }


ul#topic 
{
	clear: both;
}

ul#topic li 
{
	clear: both;
	text-align: center;
	float: left;
	padding: 5px 5px 5px 0;
	border: none;
}

