a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: 2;
	line-height: 20px;
}
a:link {
	color: #99CC00;
	font-weight: bold;
}
a:visited {
	color: #99CC00;
	font-weight: bold;
}
a:hover {
	color: #638400;
	font-weight: bold;
}
a:active {
	color: #99CC00;
	font-weight: bold;
}

.titles {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	color: #006600;
}
.white {
	font-weight: bold;
	color: #FFFFFF;
}
.verde {
	background-color: #00CC00;
}
.amarillo {
	background-color: #FFFF99;
}
.columnas {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.tables {
	border: 1px solid #666666;
}
.menu:link {
	background-color: #637A1D;
	border: 1px outset #666600;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: capitalize;
	display: block;
	text-decoration: none;
	text-align: center;
}
.menu:visited {
	background-color: #637A1D;
	border: 1px outset #666600;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: capitalize;
	display: block;
	text-decoration: none;
	text-indent: 3pt;
	text-align: center;
}
.menu:hover {
	background-color: #759122;
	border: 1px outset #666600;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
.headline {
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	text-align: center;
}
.justify {
	text-align: justify;
}
.sub_titles {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #637A1D;
}
.submenu:link {
	color: #3D7A35;
	font-size: 12px;
	text-transform: capitalize;
	display: block;
	text-decoration: none;
	text-align: center;
	border: 1px solid #C1E687;
	padding: 1px;
}
.submenu:visited {
	color: #3D7A35;
	font-size: 12px;
	text-transform: capitalize;
	display: block;
	text-decoration: none;
	text-indent: 3pt;
	text-align: center;
	border: 1px solid #C1E687;
	padding: 1px;


}
.submenu:hover {
	text-decoration: none;
	color: #009933;
	font-size: 12px;
	text-align: center;
	padding: 1px;
}
.bold {
	font-weight: bold;
}
.bgcontact {
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
