.form{
	font-family: Verdana;
	font-size: 11px;
	border: thin;
	border-color: #5A4C0D;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
}
.boton{
	font-family: Verdana;
	font-size: 11px;
	background: #FFFFFF;
	border-color: #5A4C0D;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-spacing: 0px;
}
a:link {
	font-family : verdana;
	text-decoration:none;
	color: #000000;
	font-size : 11px;
}
a:hover{
	font-family : verdana;
	text-decoration : NONE;
	color: #5A4C0D;
	font-size : 11px;
}
a:visited{
	font-family : verdana;
	text-decoration : none;
	color:#000000;
	font-size : 11px;
}
a:visited:hover{
	font-family : verdana;
	text-decoration : NONE;
	color:#5A4C0D;
	font-size : 11px;
}
a.link2 {
	font-family : verdana;
	text-decoration:none;
	color: #ffffff;
	font-size : 11px;
}
.link2:hover{
	font-family : verdana;
	text-decoration : none;
	color: #000000;
	font-size : 11px;
}
.link2:visited{
	font-family : verdana;
	text-decoration : none;
	color: #ffffff;
	font-size : 11px;
}
.link2:visited:hover{
	font-family : verdana;
	text-decoration : none;
	color: #000000;
	font-size : 11px;
}
.tab { 
white-space: nowrap;
cursor: pointer;
float:left;
min-height:15px;
width:80px;
text-align:center;
}
.tabhold {
border:1px solid #ffffff;
min-height:65px;
line-height:24px;
float:left;
min-height:15px;
width:80px;
text-align:center;
}
.tabfocus { 
border:1px solid #cccccc;
min-height:65px;
line-height:24px;
float:left;
min-height:15px;
width:80px;
background-color:#cccccc;
text-align:center;
}
.tabcontent {
clear:both;
width: 100%;
}

