body{
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	background-color: #CCCCCC;
	margin: 0px;
}

a{
	color: #006838;
	font-weight: bold;
	text-decoration: none;
	display: block;	
}

a.Normal{
	color: #006838;
	font-weight: bold;
	text-decoration: none;
	display: inline;	
}

a.Foot{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: inline;	
}

a.Text{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	display: inline;	
}

a:hover{
	color: white;
	font-weight: bold;	
	text-decoration: none;
	display: block;
}

a.Normal:hover{
	color: red;
	font-weight: bold;	
	text-decoration: none;
	display: inline;
}

a.Foot:hover{
	color: red;
	font-weight: bold;	
	text-decoration: none;
	display: inline;
}

a.Text:hover{
	color: #000000;
	font-weight: normal;	
	text-decoration: underline;
	display: inline;
}

table{
	background-color: white;
}

td{
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 8px;
	vertical-align: top;
}

input{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

select{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

input.button{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 10px;
	background-color: #006838;
	border-color: black;
	border: thin;
	padding: 1px;
	cursor: pointer;
	margin-top: 2px;
}

td.noPaddingSides{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

td.noPadding{
	padding: 0px;
}

ul{
	list-style-image: url(../images/list.png);
	margin-left: 17px;
	padding-left: 0px;
}

.bold{
	font-weight: bold;
}

.foot{
	padding-top: 6px;
	background: #000000;
	color: white;
	text-align: center;
	font-size: 10px;
}

.tituloNormal{
	color: #006838;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.tituloNormal12{
	color: #006838;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.tituloError{
	font-weight: bold;
	font-size: 14px;
	color: red;
}

.codigo{
	font-family: "Courier New", Courier, monospace;
}