/*specs psd def style*/
.PageTitle{
	font-family:Arial;
	font-weight:normal;
	font-size:24px;
	color:#142f7b;
	/*Leading 32px???????*/
}
.Header{
	font-family:"Arial Black";
	font-weight:normal;
	font-size:14px;
	color:#4c4b3f;
	/*Leading 16px???????*/
}
.SubHeader{
	font-family:"Arial Black";
	font-weight:normal;
	font-size:10px;
	text-transform:uppercase;
	color:#4c4b3f;
	letter-spacing:2px;
	/*Leading 16px???????*/
}
.LeftNavigation{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}
.BodyCopy{
	font-family:Arial, "sans-serif";
	font-weight:normal;
    line-height: 20px;
	font-size:14px;
	color:#4c4b3f;
	/*Leading 16px???????*/
}
.SmallBodyCopy{
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	color:#4c4b3f;
	/*Leading 14px???????*/
}
.BodyCopyBold{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#4c4b3f;
	/*Leading 16px???????*/
}
a.Link:link {
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#00aeef;
	text-decoration:none;
	/*Leading 16px???????*/
}
a.Link:visited{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#00aeef;
	text-decoration:none;
}
a.Link:hover{
	text-decoration:underline;
}
a.SmallLinkBlue{
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	color:#00aeef;
	text-decoration:underline;
	/*Leading 14px???????*/
}
a.SmallLinkWhite{
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	color:#000;
	text-decoration:underline;
	/*Leading 14px???????*/
}
a.PagiNavigation:link{
	font-family:"Arial Black";
	font-weight:normal;
	font-size:10px;
	text-transform:uppercase;
	color:#1b65b2;
	letter-spacing:2px;
	text-decoration:none;
}
a.PagiNavigation:visited{
	font-family:"Arial Black";
	font-weight:normal;
	font-size:10px;
	text-transform:uppercase;
	color:#1b65b2;
	letter-spacing:2px;
	text-decoration:none;
}
a.PagiNavigation:hover{
	text-decoration:underline;
	color:#1b65b2;
}
a.Logout:hover{
	text-decoration:underline;
}
.floatLeft{
	float: left;
}

