body {
	font-family: "Trebuchet MS";
	background-color: #214923;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	margin: 0px;
}
.tabla01 {
	background-image: url(img/bg_001.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 997px;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
}
.td_vert_line {
	background-color: #FFFFFF;
	background-image: url(img/line_v.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
a:link{
	color: #289333;
	text-decoration: underline;
}
a:visited {
	color: #289333;
	text-decoration: underline;
}
.div_err {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #214923;
	text-decoration: none;
}

.botones {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(img/bt_bg.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 91px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color: #484848;
	text-decoration: underline;
}
a:active {
	color: #289333;
	text-decoration: underline;
}
