a {
        color: #164BB8;
        text-decoration: underline;

}
a:hover {
        text-decoration: underline;
        color: #368AD6;


}
a:visited {
        text-decoration: underline;

}
.form {
	font-family: Tahoma, Verdana, "Times New Roman";
	font-size: 11px;
	color: #343434;
	width: 100%;
}
.smenu {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #646464;
}
.copy {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 10px;
	color: #363636;
}
.txt {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.title {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8524A6;
}
.bulets {
	font-family: Tahoma, Verdana, "Trebuchet MS";
	font-size: 12px;
	color: #64BA70;
	font-weight: bold;
}
.pic
{
	margin-right:20px;
	margin-bottom:10px;
	margin-left:2px;

}
.subTitle{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.smallTxt{
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}

ul{
	list-style-image:url(images/bulleta.gif);
}

input, textarea{
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
}

.required{
	color:#FF0000;
}

.capitals{
	text-transform: uppercase;
}