body
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	margin: 0px 0px 0px 0px;
}
table
{
	font-size: 9pt;
}
/***** NAVIGATION BACKGROUND SPACERS *****/
.NavBkgd
{
	background-color: #008484;
}
/***** MAKES TEXT 8PT. WHITE FONT *****/
.EightPtWhite
{
	font-size: 8pt;
	color: #FFFFFF;
}
/***** MAKES TEXT 8PT. BLACK FONT *****/
.EightPtBlack
{
	font-size: 8pt;
	color: #000000;
}
/***** MAKES TEXT BOLD BLACK FONT *****/
.BoldBlackText
{
	font-weight: bold;
	color: #000000;
}
/***** MAKES TEXT BOLD GREEN FONT *****/
.BoldGreenText
{
	font-weight: bold;
	color: #008484;
}
/***** MAKES TEXT BOLD ORANGE FONT *****/
.BoldOrangeText
{
	font-weight: bold;
	color: #D99713;
}
/***** MAKES TEXT BOLD ORANGE FONT *****/
.BoldRedText
{
	font-weight: bold;
	color: #ED1C24;
}
/****** WhiteLink Properties *****/
a.WhiteLink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.WhiteLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.WhiteLink:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.WhiteLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/****** RedLink Properties *****/
a.RedLink:link {
	color: #ED1C24;
	text-decoration: none;
}
a.RedLink:visited {
	color: #ED1C24;
	text-decoration: none;
}
a.RedLink:active {
	color: #ED1C24;
	text-decoration: none;
}
a.RedLink:hover {
	color: #ED1C24;
	text-decoration: underline;
}
/****** GreenLink Properties *****/
a.GreenLink:link {
	color: #008484;
	text-decoration: none;
}
a.GreenLink:visited {
	color: #008484;
	text-decoration: none;
}
a.GreenLink:active {
	color: #008484;
	text-decoration: none;
}
a.GreenLink:hover {
	color: #D99713;
	text-decoration: underline;
}
/****** OrangeLink Properties *****/
a.OrangeLink:link {
	color: #D99713;
	text-decoration: none;
}
a.OrangeLink:visited {
	color: #D99713;
	text-decoration: none;
}
a.OrangeLink:active {
	color: #D99713;
	text-decoration: none;
}
a.OrangeLink:hover {
	color: #D99713;
	text-decoration: underline;
}
/***** "USERNAME"/"PASSWORD" TEXT *****/
.LoginText
{
	font-size: 7pt;
	color: white;
}
/***** YELLOW GRADIENT BACKGROUND ON HOME PAGE *****/
.HomeYellowGradient
{
	background-image: url(Images/Misc/YellowGradient.gif);
}
/***** PRESS RELEASE SUMMARY TABLE *****/
.PressSummary
{
	font-size: 8pt;
}
/***** PAGE TITLE TEXT *****/
.PageTitle
{
	font-size: 10pt;
	font-weight: bold;
	color: #D99713;
}
/***** CAREERS HEADERS *****/
.CareerHeader
{
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AAAAAA;
	padding-left: 2px;
}
/***** CAREERS TEXT *****/
.CareerText
{
	font-size: 8pt;
	color: #000000;
	padding-left: 2px;
}
/***** MYTEST TABLE *****/
.LinkMasterResults
{
	border-collapse: collapse;
	font-size: 8pt;
}
.LinkMasterResults th
{
	background-color: #008484;
	color: #FFFFFF;
}
/***** Nav Background Images/Colors *****/
.NavBkgdLeft
{
	background-color: #008484;
}
.NavBkgdRight
{
	background-image: url(/Images/Navigation/10CurveSpacer.gif);
}
.NavBkgdRightFooter
{
	background-image: url(/Images/Navigation/11CurveSpacer.gif);
}