
/****************** Import menu stylesheet **********************/
@import url(shared.css );
@import url(layout.css);
@import url(menu.css );
@import url(shared.css );
@import url(form.css );
@import url(common.css);
@import url(inktomi.css );
@import url(ppv.css); 

/****************** End Import Menu Stylesheet *****************/

html 
{	
   font: 62.5%/1.3 Tahoma, Arial, Sans-serif; 
   color:#000;
}

body
{
	font-size: 1.3em;
    margin:0; padding: 0;  
    text-align:justify;
}

h1, h2, h3, h6 {
	color:#14549F;
	margin:.5em 0;
	padding:0
}

h1 { font-size: 1.3em; }
h2 { font-size: 1em; }
h3 { font-size: 1em; }
h6 { font-size: 1em; }

hr	{height: 1px}

img, fieldset { border:none; }

/************* LINKS **************/

a { color: #14549F; text-decoration: underline; }
a:hover { text-decoration: none; }
a img { border: none; }
a.subnav {}
/*smallinks - used in PPV*/
a.smalllink  {}
.smalltext {}
.smalltextbold {}

/********** LIST ITEMS *************/




#content ul li 
{
    list-style:none;
   	background: url(/images/bullet.gif) 0 7px no-repeat;
   	padding-left:11px
}

li.err-msg {
	font-weight: bold;
	color: RED;
}

.redtext { 
	color: #F42A41; 
}

#sharedContentMainBodyText ol li{

	
}

/************ TABLES SHARED CONTENT ******************/

.tablelines { 
	background-color: #14549F; 
}

/*color of the narrow line deviding up the table cells*/

.tabletitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #14549F;
	background-color: #FFF;
}

/*Not on all tables, only present if table has an extra heading*/
.tablehead {
	font-weight: bold;
	background-color: #FFF; 
}

/*Contains headings of table rows or columns.*/
.tablebody {
	background-color: #FFF; 
	}

.tabletotal {
	font-weight: bold;
	background-color: #FFF; 
}

/*Contains total, or highlighted areas.*/
.tableSubHeading {
	font-weight: bold;
	color: #14549F;
}

/* styles to make round cornered boxes, can also be square depending on images used*/
.bgTop {
	background-image: url(/images/stylesheets/bg_top.gif);
	font-size: 1.25em;
	font-weight: bold;
	text-align:left;
	color: #14549F;
}

.bgColorContent {
	font-size: 1em;
	background-color: #FFF;
}

.cornerTopLeft {
	background-image: url(/images/stylesheets/corner_top_lft.gif);
}

.cornerTopRight {
	background-image: url(/images/stylesheets/corner_top_rgt.gif);
}

.cornerBottomLeft {
	background-image: url(/images/stylesheets/corner_bottom_lft.gif);
}

.cornerBottomRight {
	background-image: url(/images/stylesheets/corner_bottom_rgt.gif);
}

.bgLeft {
	background-image: url(/images/stylesheets/bg_lft.gif);
}

.bgRight {
	background-image: url(/images/stylesheets/bg_rgt.gif);
}

.bgBottom {
	background-image: url(/images/stylesheets/bg_bottom.gif);
}

/* styles to make borders/dotted lines*/ 
.borderhorizontal {
	background-image: url(/images/stylesheets/borderhorizontal.gif);
}

.bordervertical {
	background-image: url(/images/stylesheets/bordervertical.gif);
}


#businessNewsPage th {display:none}

#guides h2 
{
   	background: url(/images/bullet.gif) 0 18px no-repeat;
   	padding:11px 0 0 11px;
   	margin:0;

}

#guides p 
{
   	padding:0 0 0 11px;
   	margin:0
}

#register {display:none}