.Headline {
	font: italic bold xx-large Georgia, "Times New Roman", Times, serif;
	color: #993366;

}
.FormFields {
	font: xx-small Verdana, Arial, Helvetica, sans-serif;
}
input {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}
select {
	font: xx-small Verdana, Arial, Helvetica, sans-serif;
}
.Listado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.headlinesmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
ul {
	list-style-position: outside;
	list-style-type: disc;
	color: #FFFFFF;
}
textarea {

	font: xx-small Verdana, Arial, Helvetica, sans-serif;
}
.underlined {
	text-transform: capitalize;
	text-decoration: underline;
}
.hl2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #800040;
	text-decoration: underline;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.colUnderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

