BODY
{
	font-size: 11px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
}

A
{
	color: blue;
	text-decoration:none;
}

A:Hover
{
	color: blue;
	text-decoration:underline;
}

A.OrangeLink
{
	color: orange;
	text-decoration:none;
}

A.OrangeLink:Hover
{
	color: orange;
	text-decoration:underline;
}

TD
{
	font-size: 11px;
}

TD.BodyTD
{
	padding-right: 10px;
	padding-left: 10px;
	background-attachment: fixed;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 45px;
	background-repeat: no-repeat;
	background-color: white;
}
TD.FrameworkTD
{
	background-attachment: fixed;
	background-repeat: no-repeat;
}
TD.FooterTD
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	margin: 0px;
	padding-top: 3px;
	font-size: 10px;
	font-weight: bold;
	color: White;
	background-color: #486EBE;
}

IMG
{
	border: none;
}

.SmallFont
{
	font-size: 10px;
}

TR.TRAlt1
{
	background-color: #f2f5f8;
}

TR.TRAlt2
{
	background-color: #e0e0e0;
}

TABLE.BorderTable
{
	border: solid 1px;
	border-color: orange;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-collapse: collapse;
	cell-spacing: 0;
}

TABLE.BorderTable2
{
	border: solid 1px;
	border-color: #848484;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-collapse: collapse;
	cell-spacing: 0;
}

.title
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: Blue;
}

DIV.paragraphHeading
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style:normal;
	color: Blue;
}
