/* $Header: /HBI Websites/_client_common/css/templates/www_hispanicbusiness_com/default.css 5     8/31/05 3:02p Ricardo.peinado $  */
/* import all the rules that are to have company-wide scope */
@import url("/_client_common/css/default.css");

/* import all modules with site-wide scope.
	Note according to the CSS2 specification:
	"Any @import rules must precede all rule sets in a style sheet"
	http://www.w3.org/TR/CSS2/cascade.html#at-import

	IE works anyway - proprietary browser extension.
	Mozilla correctly ignores
	any modules imported after the first rule set.
*/
@import url("file:///C|/Documents%20and%20Settings/Virtually/Desktop/Coaching%20for%20Excellence/Book/hispanicbusinessarticle_files/footer.css");
@import url("file:///C|/Documents%20and%20Settings/Virtually/Desktop/Coaching%20for%20Excellence/Book/hispanicbusinessarticle_files/navbar.css");
@import url("news.css");

/* place all non-modular rules here
	that are to have site-wide scope
*/

body
{	color: black;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.outsideboarder 
	{
	border-style: solid;
	border-color: #C0C0C0;
	}

body,
table,
p,
li,
dt,
dd
{	font-size: 8pt;
}

a:link,
a:visited,
a:hover,
a:active
{	color: #004584;
}

a:hover,
a:active
{	text-decoration: none;
}

h1
{	font-weight: bold;
	font-size: 13pt;
	text-align: center;
}

h2
{	font-weight: bold;
	font-size: 10pt;
}

*.survey
{	font-weight: bold;
	font-size: 7pt;
	color: #ffffff;
}

*.channel-title
{	font-weight: bold;
	color: #cc0000;
	background-color: #c6cfce;
	padding: 6px;
	line-height: 80%;
	text-align: center;
}


*.frontpage-title
{
	font-size: 8pt;
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 5px;
	margin-bottom: 10px;
}


div.headerlinks
{
	text-align: center;
	line-height: 13pt;
}

div.headerlinks a
{
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

div.topmenu,
div.topmenu td,
div.topmenu a,
div.topmenu a:visited,
div.topmenu a:hover
{
	color: white;
}

div.breadcrumb
{
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid #CCCCCC;
}

div.breadcrumb a
{
}