/* CSS Document */

	A:link {text-decoration: underline; color: #111111;}
	A:visited {text-decoration: underline; color: #111111;}
	A:active {text-decoration: underline; color: #111111;}
	A:hover {text-decoration: underline; color: #444444;}

	a.white:link {text-decoration: none; color: #FFFFFF;}
	a.white:active {text-decoration: none; color: #FFFFFF;}
	a.white:visited {text-decoration: none; color: #FFFFFF;}
	a.white:hover {text-decoration: none; color: #EEEEEE;}
	
	a.subNav:link {font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #FFFFFF;}
	a.subNav:active {font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #FFFFFF;}
	a.subNav:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #FFFFFF;}
	a.subNav:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #cccccc;}
	
	body { background-color: #E3E3E3; margin-top: 5; margin-left: 0; margin-right: 0; margin-bottom: 5;}
	td { font-family: Arial; font-size: 12px; color: #333333;}
	hr { border: none 0; border-top: 1px dashed #111111; height: 1px;}
	ul { list-style: outside square; marker-offset: inherit;}
	.nav { font-family: Arial; font-size: 12px; color: #FFFFFF; font-weight: bold;}
	.subnav { font-family: Arial; font-size: 11px; color: #FFFFFF; font-weight: bold;}
	.heading { font-family: Arial; font-size: 16px; color: #444444; font-weight: bold;}
	.footer { font-family: Arial; font-size: 11px; color: #222222;}
	.smallwhite { font-family: Arial; font-size: 10px; color: #FFFFFF; font-weight: bold;}
	.point { font-family: Arial; font-size: 12px; color: #CC0000}
	.texta { font-family: Arial; font-size: 11px; color:#333333; border: 1px solid #111111;}
	
	.tdLeftBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: none;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	background-color: #ffffff;
}
	.tdLeftBoldGrey
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: none;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	background-color: #EEEEEE;
}
	.tdLeft
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: none;
	vertical-align: top;
	text-align: left;
}
	.BoldRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	border: none;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
