﻿body
{
	font-family:Arial;
	font-size:smaller;
}

img
{
	margin:0px;	
}

a
{
	color: #566cf6;
}

td
{
	text-align:left;
}

li
{
	list-style-image: url(/images/news/orangebullet.jpg);
}

.tableWithBorder
{
	border-color:#ebebe7;
	border-style:solid;
	border-width:1px;
}

.tdWithBottomBorder
{
	border-bottom-color:#ebebe7;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.tdWithTopBorder
{
	border-top-color:#ebebe7;
	border-top-style:solid;
	border-top-width:1px;
}

.tdWithLeftBorder
{
	border-left-color:#ebebe7;
	border-left-style:solid;
	border-left-width:1px;
}

.tdWithRightBorder
{
	border-right-color:#ebebe7;
	border-right-style:solid;
	border-right-width:1px;
}

.grayText
{
	color:#c5bbbb;
}

.grayTextRightAlign
{
	color:#c5bbbb;
	text-align:right;
}

.darkGrayText
{
	color: #7f7a78;
}

.blueBulletText
{
	color: #007bbc;
}

.goldText
{
	color: #b37b08;
}

.blueText
{
	color:#566cf6;
	text-decoration:none;

}

.breadcrumb
{
	color:#566cf6;
	text-decoration:none;
	font-size:small;
	font-family:Adobe Garamond Pro, Arial;
	font-weight:bold;
}

.greenHeader
{
	color:#1db463;
	font-size:small;
	font-weight:bold;
	margin-bottom:5px;
}

.quote
{
	color:#2f2d2d;
	font-size: small;
	font-style:italic;
	text-align:left;
	font-style:italic;
}

.attribution
{
	color:#7f7a78;
	font-size: x-small;
	margin-left:20px;
	text-align:left;
}

.navigationText
{
	font-size:small;
	color:White;
	text-decoration:none;
	margin-bottom:0px;
	margin-left:7px;
	margin-right:7px;
	margin-top:0px;
}

.orangeHeader
{
	color:#f7a32b;
	font-size:larger;
	font-weight:bold;
	margin-bottom:5px;
}

IE8Fix
{
	z-index: 100;
}