.footer {
	font-family: Verdana;
	font-size: 8px;
	color: #000000;
}
body,td,th {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
h1.head1 {
	color: #FFFFFF;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 30px;
	margin: 0px;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: normal;
}
a:link {
	color: #000000;
		text-decoration: none;
}
a:visited {
	color: #000000;
		text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
		text-decoration: none;
}
.texto_verde {
	font-family: Verdana;
	font-size: 10px;
	color: #2A696F;
	line-height: 16px;
}
.texto_verde a {
	font-family: Verdana;
	font-size: 10px;
	color: #2A696F;
	line-height: 16px;
	text-decoration:none;
}
.texto_verde a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #A92C25;
	line-height: 16px;
	text-decoration:none;
}
.texto_bordeaux {
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #A92C25;
	line-height: 16px;
}
h1.nomargin {
margin-top: 0;
margin-bottom: 0;
padding-bottom: 0;
font-size:11px;
display:inline;
}

.scrollbox {
	height: 248px;
	overflow: auto;
	scrollbar-face-color : #f1edec; 
	scrollbar-highlight-color : #fff; 
	scrollbar-3dlight-color : #fff; 
	scrollbar-shadow-color : #dcd7ca; 
	scrollbar-darkshadow-color : #dcd7ca; 
	scrollbar-track-color : #e4e1db; 
	scrollbar-arrow-color : #2A696F;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #e4e1db;
}
.vscrollerbar {
width: 10px;
background-color: #f1edec;
}
.hscrollerbase {
height: 10px;
background-color: #e4e1db;
}
.hscrollerbar {
height: 10px;
background-color: #f1edec;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #e4e1db;
}