body {
	margin:0;
	padding:0;
	font-family:Arial;
	background-color:#fff;
}

.backgroundContent {
	background-color:#FFFFFF;
}

.backgroundHeaderBase {
	height:15px;
	background-image:url("headerbase.gif");
}

.backgroundFooter {
	height:18px;
	background-image:url("footer.gif");
}

.footer {
	padding-top:2px;
	padding-bottom:10px;
}

.footer td {
	font-size:10px;
	color:#999999;
}

.footer td a:link, .footer td a:active, .footer td a:visited {
	color:#999999;
}

.footer td a:hover {
	color:#FFCC00;
}

.contentPane {
	padding:20px 10px 20px 0px;
}

.rightPane {
	padding:36px 10px 20px 0px;
}

.menu {
	height:20px;
	background-image:url(background_menu.gif);
}

.di_login {
	background-image:url(cadenas_off.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:16px;
}

a.di_login:hover {
	background-image:url(cadenas_on.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:16px;
}

/*class for [TITLE] token*/
.Head {
	color:#FF9900;
	font-size:16px;
	font-weight:bold;
}

.breadcrumb {
	color:#999999;
	font-size:10px;
	height:16px;
}

a.di_breadcrumb:link, a.di_breadcrumb:active, a.di_breadcrumb:visited {
	color:#999999;
}

a.di_breadcrumb:hover, {
	color:#FF9900;
}

td.flash1 div {
	height:20px;
}

td.flash2 div {
	height:130px;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH { /* menu wrapper div */
	padding: 0;
	margin: 0 0 0 10px;
	border: 0;
	white-space: nowrap;
	position: relative;
}

#houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH { /* menu wrapper div */
	border: 0;
	width: 100%;
	height: 20px;
	_height: 18px;
}

#houseMenuH ul { /* all submenu lists */
	line-height: 12px;
}

#houseMenuH li { /* all list items */
	width: 144px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 20px;
	_height: 18px;
	/* end hack */
}

#houseMenuH li li { /* all items under the top level */
	/*width: 148px;*/
	width:100%;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	/*width: 134px;
	_width: 144px;*/
	/* end hack */
}

#houseMenuH a { /* all links within the menu wrapper */
	font-family: Verdana;
	font-size: 9px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
	background-color: transparent;
	padding: 5px;
	width: auto;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li a { /* all item links under the top level */
	text-transform:none;
	padding: 5px;
	/*width: 148px;*/
	height: 20px;
	background-image:url(background_submenu.gif);
	background-repeat:repeat;
	background-position:top left;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	/*width: 134px;
	_width: 144px;*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#housemenuH li a {
	padding:5px 5px 5px 8px;
	background-image:url(menu.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#houseMenuH li a:hover {
	padding:5px 5px 5px 8px;
	color: #FF9900;
	background-image:url(background_menu_over.gif);
	background-repeat:repeat-x;
	background-position:top left;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li a:hover {
	color: #666;
	background-image:url(background_submenu_over.gif);
	background-repeat:repeat;
	background-position:left;
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li li a:hover {
	color: #666;
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li ul { /* second-level lists */
	width: 200px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #FFCC00;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #FFF3D3;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 200px;
	border: solid 1px #FFCC00;
	line-height: 12px;
	background-color: #FFF3D3;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px 5px 5px 8px;
	color: #FF9900; 
	text-decoration: none;
	background-image:url(background_menu_over.gif);
	background-position:top left;
}

#houseMenuH li li a#houseMenuCurrentLink
{
	background-image:url(background_submenu_over.gif);
	background-position:left;
}































