/* $Header: /HBI Websites/websites/www.hispanicbusiness.com/_client/css/default.css 18    9/12/03 2:23p Richard.kildare $  */
/* 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("footer.css");
@import url("navbar.css");
@import url("news.css");

/* place all non-modular rules here
	that are to have site-wide scope
*/

body
{	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


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-weight: bold;
	font-size: 10pt;
	color: #cc0000;
	background: url(http://www.hispanicbusiness.com/_client/images/title-background.gif) repeat-x;
	border-left: #336799 solid 5px;
	padding: 4px;
	line-height: 80%;
	text-align: left;
}


div.headerlinks
{
	text-align: center;
	line-height: 13pt;
}

div.headerlinks a
{
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
