body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center;


.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
	line-height: normal;
}

/****************************************************************/
A:link {
	font-size: 11px;
	font-family: Arial, Helvetica;
	font-weight: normal;
	color: #336699;
	text-decoration: underline	}
A:visited {
	font-size: 11px;
	font-family: Arial, Helvetica;
	font-weight: normal;
	color: #336699;
	text-decoration: underline	}
A:hover {
	font-size: 11px;
	font-family: Arial, Helvetica; 
	font-weight: normal;
	color: #CC9900;
	text-decoration: none }
	/****************************************************************/

A.11pxgreylinks:link {
	font-size: 11px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #787878;
	text-decoration: none
	}
A.11pxgreylinks:visited {
	font-size: 11px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #9D9D9D; 
	text-decoration: none }
A.11pxgreylinks:hover {
	font-size: 11px;
	font-family: Arial, Helvetica; 
	font-weight: bold;
	color: #CC9900;
	text-decoration: underline
	}
	
/****************************************************************/
A.top_links:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal; 
	font-size: 12px;
	text-decoration: none
	}
A.top_links:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal; 
	font-size: 12px;
	text-decoration: none
	}
A.top_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: normal; 
	font-size: 12px;
	text-decoration: none
	}
/****************************************************************/

A.action_links:link {
	font-family: Verdana, Arial, Helvetica;
	color: #666666;
	font-weight: bold; 
	font-size: 10px;
	text-decoration: none
	}
A.action_links:visited {
	font-family: Verdana, Arial, Helvetica;
	color: #660000;
	font-weight: bold; 
	font-size: 10px;
	text-decoration: none
	}
A.action_links:hover {
	font-family: Verdana, Arial, Helvetica;
	color: #cc9900;
	font-weight: bold; 
	font-size: 10px;
	text-decoration: none
	}

/****************************************************************/
A.sidenav:link {
	color: #970031; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica; 
	text-decoration: none
	}
A.sidenav:visited { 
	color: #970031; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica; 
	text-decoration: none }
A.sidenav:hover {
	color: #CC9900; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica; 
	text-decoration: none 
	}
/****************************************************************/

A.index_links:link {
	font-family: Verdana, Arial, Helvetica;
	color: #666666;
	font-weight: bold; 
	font-size: 10px;
	text-decoration: none
	}
A.index_links:visited {
	font-family: Verdana, Arial, Helvetica;
	color: #666666;
	font-weight: bold; 
	font-size: 10px;
	text-decoration: none
	}
A.index_links:hover {
	font-family: Verdana, Arial, Helvetica;
	color: #cc9900;
	font-weight: bold; 
	font-size: 10px;
	text-decoration: none
	}

/****************************************************************/

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #444444;
	margin-top: 2px;
	margin-bottom: 2px;

}
h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;

}

table {
	text-align: justify;
}


.t-tableborder {
	border: 1px solid #94A4CF;
}

.style5 {font-size: 14px; font-weight: bold; }


/*---------- bubble tooltip (link is ?) -----------*/
a.tt{
    position:relative;
    z-index:0;
    background-color:#FD7871;
	font-size: 12px;
	font-weight:bold;
	padding:1px 2px;
	margin-left:2px;
	color:#FFFFFF;
	text-decoration: none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:1; color: #CCCCCC; background:#FD7871;font-size: 12px;font-weight:bold;}
a.tt:visited{ z-index:0; color: #FFFFFF; background:#FD7871;font-size: 12px;font-weight:bold;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
	z-index:50;
    top:0px; left: -20px;
	padding: 15px 0 0 0;
	width:200px;
	color: #666666;
    text-align: justify;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(http://www.latindiscover.com/images/buttons/bubbletooltip/bubble1.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(http://www.latindiscover.com/images/buttons/bubbletooltip/bubble_filler1.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(http://www.latindiscover.com/images/buttons/bubbletooltip/bubble1.gif) no-repeat bottom;
}

/*---------- wider bubble tooltip -----------*/
a.ttw{
    position:relative;
    z-index:0;
    background-color:#FD7871;
	font-size: 12px;
	font-weight:bold;
	padding:1px 2px;
	margin-left:2px;
	color:#FFFFFF;
	text-decoration: none;
}
a.ttw span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.ttw:hover{ z-index:1; color: #CCCCCC; background:#FD7871;font-size: 12px;font-weight:bold;}
a.ttw:visited{ z-index:0; color: #FFFFFF; background:#FD7871;font-size: 12px;font-weight:bold;}
a.ttw:hover span.tooltip{
    display:block;
    position:absolute;
	z-index:50;
    top:0px; left: -20px;
	padding: 15px 0 0 0;
	width:300px;
	color: #666666;
    text-align: justify;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.ttw:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(http://www.latindiscover.com/images/buttons/bubbletooltip/bubble2.gif) no-repeat top;
}
a.ttw:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(http://www.latindiscover.com/images/buttons/bubbletooltip/bubble_filler2.gif) repeat bottom; 
}
a.ttw:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(http://www.latindiscover.com/images/buttons/bubbletooltip/bubble2.gif) no-repeat bottom;
}
.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 3px;
	margin-bottom: 0;
	font: bold 11px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/}
.shadetabs li{
display: inline;
margin: 0;}
.shadetabs li a{
	text-decoration: none;
	padding: 3px 16px;
	margin-right: 3px;
	font: 11px Verdana;
	border: 1px solid #CFD2E0;
	color: #565252;
	background-color: #F0F3F7;}
.shadetabs li a:visited{
color: #2d2b2b;}
.shadetabs li a:hover{
text-decoration: underline;
color: #006699;}
.shadetabs li.selected{
position: relative;
top: 2px;}
.shadetabs li a.selected{ /*selected main tab style */
	border-top: 3px solid #0099CC;
    border-bottom-color: white;}
.shadetabs li.selected a{ /*selected main tab style */
	border-top: 3px solid #0099CC;
	background: #FFFFB9;
    border-bottom-color: white;}

b{font-size: 110%;}

#maincontainer{
width: 760px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border: 1px solid #94A4CF;
}

#topsection{
width: 760px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top: 15px;
height: 121px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 110px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: right;
width: 170px; /*Width of left column*/
margin-left: -110px; /*Set left margin to -(MainContainerWidth)*/
background: #EFEBD6;
height: auto; 
}

#footer{
clear: left;
width: 100%;
color: #FFF;
text-align: center;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}