html,
body {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

td {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	}
	
td.header {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	background-color: #6B625B;
	}
	
input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #E6E3DF;
	color: #333333;
	border: none;
	}
	
a.discreto:link,
a.discreto:hover,
a.discreto:visited {
	background: none;
	width: 1px;
	}

.menu {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	white-space: nowrap;
	}
	
a.menu {
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	white-space: nowrap;
	}

a.menu:link {
	background: #E6E3DF;
	color: #333333;
	text-decoration: none;
	}

a.menu:visited {
	background: #E6E3DF;
	color: #333333;
	text-decoration: none;
	}

a.menu:hover {
	background: #6B625B;
	color: white;
	text-decoration: none;
	}

	
a {
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

a:link {
	background: #F5F5F5;
	color: #333333;
	text-decoration: none;
	}

a:visited {
	background: #F5F5F5;
	color: #333333;
	text-decoration: none;
	}

a:hover {
	background: #E6E3DF;
	color: #333333;
	text-decoration: none;
	}

a:active {
	background: #DAD7D1;
	color: #333333;
	text-decoration: none;
	}

table {
	border-collapse: collapse;
	}

:link img {
	border: 0px;
	}
	
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 0;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: lighter;
	margin-bottom: 0;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 0;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: lighter;
	margin-bottom: 0;
}

.alerta {
	color: #cc0000;
}

ul {
	list-style-type: square;
	margin: 0 0 0 16px;
}