/* CSS definition file containing site wide stylesheets */
body{
	background-color:#E8EBEF;
	margin-top:0;
}

.footerText{
	font-family:Arial;
	font-size:9pt;
	color:#808080;
}

.footerEmail{
	font-family:Arial;
	font-size:9pt;
	color:#FA6E05;
}

.txtBold_Gray{
	font-family:Tahoma;
	font-weight:700;
	font-size:9pt;
	color:#5F5F5F;
}

.txtBlack{
	font-family:Tahoma;
	font-size:9pt;
	color:#000000;
}

.txtBlue{
	font-family:Arial;
	font-size:9pt;
	color:#0066CC;
}

.txtDarkBlue{
	font-family:Arial;
	font-size:8pt;
	color:#124A9C;
	text-decoration:none;
	font-weight:700;
}

.txtBold_DarkBlue{
	font-family:Arial;
	font-size:11pt;
	color:#124A9C;
	font-weight:bold;
}

.txtOrange{
	font-family:Arial;
	font-size:9pt;
	color:#FA6E05;
	text-decoration:none;
}

.txtRed{
	font-family:Arial;
	font-size:9pt;
	color:#FF0000;
	text-decoration:none;
}

.txtGreen{
	font-family:Arial;
	font-size:9pt;
	color:#008000;
	text-decoration:none;
}

.txtOrange_bold{
	font-family:Tahoma;
	font-size:9pt;
	color:#FA6E05;
	text-decoration:none;
	font-weight:bold;
}

.txtOrangeLarge_bold{
	font-family:Tahoma;
	font-size:11pt;
	color:#FA6E05;
	text-decoration:none;
	font-weight:bold;
}

.txtBold_Green{
	font-family:Tahoma;
	font-weight:700;
	font-size:11pt;
	color:#008000;
}