/* body and scroll-bars styles (works only for IE 5.5+) */
body {
	/* scroll-bars for IE 5.5+ */
	
	scrollbar-face-color : #C1CCD8; /* face color */
	scrollbar-highlight-color : #D2DAE6; /* left highlight */
	scrollbar-shadow-color : #4F657D; /* right highlight */
	scrollbar-3dlight-color : #C1CCD8; /* left margin*/
	scrollbar-darkshadow-color : #C1CCD8; /* right margin */
	scrollbar-arrow-color : #FFFFFF; /* arrow color */
	scrollbar-track-color : #D2DAE6; /* track color */	
	
	/* body styles */
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #F4F6F9;
} 

/* table decoration styles */

.boxLines {
	border: 1px solid #C1CCD8;
}
.boxSideLines {
	border-top: 1px none #C1CCD8;
	border-right: 1px solid #C1CCD8;
	border-bottom: 1px none #C1CCD8;
	border-left: 1px solid #C1CCD8;


}
.boxTopLine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C1CCD8;
	border-right-color: #C1CCD8;
	border-bottom-color: #C1CCD8;
	border-left-color: #C1CCD8;
}
.boxBottomLine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C1CCD8;
	border-right-color: #C1CCD8;
	border-bottom-color: #C1CCD8;
	border-left-color: #C1CCD8;
}
.boxULine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1CCD8;
	border-right-color: #C1CCD8;
	border-bottom-color: #C1CCD8;
	border-left-color: #C1CCD8;
}

/* styles for form elements */

.formImputTextBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	background-color: #D2DAE6;
	height: 14px;
	width: 100px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #D2DAE6;
}

/* text styles */
.v10nw {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #FFFFFF;
}
.menuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}
.textoTitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #3A507E;
	font-weight: bold;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../layout/menu_arrow.gif);



}
.spacer {
	font-size: 5px;
	line-height: 5px;
}
.v10bb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #3A507E;
	font-weight: bold;
	text-decoration: none;
}
.v10bblink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #3A507E;
	font-weight: bold;
	text-decoration: none;
}
.v10nb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #000000;
}
a.v10bb:hover {
	color: #003366;
	text-decoration: underline;
}
a.v10bblink:hover {
	color: #003366;
	text-decoration: underline;
}
.boxPicture {
	border: 1px solid #4F657D;
}
.linkPlus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 10px;
	color: #334A76;
	text-decoration: none;
	font-weight: bold;
}
a.linkPlus:hover {
	color: #FF6600;
}
a.textoTitulo:hover {
	color: #4E6994;
	text-decoration: underline;
}
.v11nb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(../layout/menu_arrow.gif);

}
.textoTituloArticulo {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #3A507E;
	font-weight: bold;
	text-decoration: none;
}
.textoTituloArticulo2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #3A507E;
	font-weight: bold;
	text-decoration: none;
}
.v11nbb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;

}
a.v10nb:hover {
	color: #4F657D;
	text-decoration: underline;
}

