/* GLOBAL CSS */


/* TOP BAR EXTENDED */
#header{
	background-image: url(/images/main/header_bg.gif);
	background-repeat: repeat;
	background-position: right;
}
/* END TOP BAR EXTENDED */


body {
  	font-family: Verdana, Arial, helvetica, sans-serif;
 	font-size: 12pt;
	color: #333333;
  	text-align: justify;
	background-image: url(../images/main/gradient.gif);
	background-repeat: repeat-x;
	background-color:#222223;
}


/* GENERAL FORMAT TEXT */
.TableHeading{
	text-align:left;
	font-weight:bold;
	font-size:12px;
}
.tabletext {
	font-size:11px;
	font-weight: 100;
	text-align: justify;
	color:#666666;
}
.dateHeading {
	font-size:11px;
	font-weight:bold;
	text-align: justify;
	color:#990000;
}
/* END GENERAL FORMAT TEXT */


/* Press Page */
.blueText {
	font-size:11px;
	font-weight: 100;
	text-align: justify;
	color:#333366;
}
.newsHeading {
	font-size:11px;
	font-weight:bold;
	text-align: justify;
	color:#333366;

}
/* Full article page */
.newsHeading2 {
	font-size:20px;
	font-weight:bold;
	text-align: center;
	color:#990000;
	text-transform: uppercase;
}
.newsSubHeading {
	font-size:14px;
	font-weight:bold;
	text-align: center;
	color:#333366;
	text-transform: uppercase;
}
.notes {
	font-size:10px;
	text-align: justify;
	color:#333333;
}
/* END of Press Page */


/* ---------- */
.dashes {
	font-size:10px;
	text-align: left;
	color:#CCCCCC;

}
p { margin-top: 0px; margin-bottom: 0px; }

/* Careers Menu */
.WhiteText {
	font-size:11px;
	text-align: left;
	color:#FFFFFF ;
}
.WhiteHeading {
	font-size:11px;
	text-align: center;
	color:#FFFFFF ;
}

/* LINKS */
.LinksHeading {
	font-weight:bold;
	font-size:12px;
	color:#666666;

}
.Links{
	font-weight:bold;
	font-size:10px;
	color:#666666;
}
.FooterLinks{
	text-align: center;
	font-weight:bold;
	font-size:9px;
	color:#666666;
}
.FooterText{
	text-align: center;
	font-size:9px;
	color:#666666;
}
.moreDetail{
	font-size:11px;
	font-weight: 100;
	color:#666666;
}
A:link {text-decoration: none; color:#666666;}
A:visited {text-decoration: none; color:#666666;}
A:active {text-decoration: none; color:#666666;}
A:hover {text-decoration: underline; color:#990000;}

/* Footer Links */
.class1 A:link {text-decoration: none; color:#666666;}
.class1 A:visited {text-decoration: none; color:#666666;}
.class1 A:active {text-decoration: none; color:#666666;}
.class1 A:hover {text-decoration: underline; color:#990000;}

/* Careers Menu */
.class2 A:link {text-decoration: none; color:#FFFFFF;}
.class2 A:visited {text-decoration: none; color:#666666;}
.class2 A:active {text-decoration: none; color:#FFFFFF;}
.class2 A:hover {text-decoration: underline; color:#CCCCCC;}

/* Press Text Links */
.class3 A:link {text-decoration: none; color:#666666;}
.class3 A:visited {text-decoration: none; color:#666666;}
.class3 A:active {text-decoration: none; color:#666666;}
.class3 A:hover {text-decoration: underline; color:#666666;}

/* Press Text Links */
.class4 A:link {text-decoration: none; color:#333366;}
.class4 A:visited {text-decoration: none; color:#333366;}
.class4 A:active {text-decoration: none; color:#333366;}
.class4 A:hover {text-decoration: underline; color:#333366;}

/* END OF LINKS */

/* END FORMAT TEXT */


